summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/cpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score/sparc: Add support for paravirtualizationChristian Mauderer2014-06-031-0/+36
Guest systems in paravirtualization environments run usually in user mode. Thus it is not possible to directly access the PSR and TBR registers. Use functions instead of inline assembler to access these registers if RTEMS_PARAVIRT is defined.