summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/syscall/syscall.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-13sparc: Move libcpu content to cpukitSebastian Huber1-1/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom1-2/+0
* Coding style cleanups. * Use OS reserved trap 0x89 for IRQ Disable * Use OS reserved trap 0x8A for IRQ Enable * Add to SPARC CPU supplement documentation This will result in faster Disable/Enable code since the system trap handler does not need to decode which function the user wants. Besides the IRQ disable/enabled can now be inline which avoids the caller to take into account that o0-o7+g1-g4 registers are destroyed by trap handler. It was also possible to reduce the interrupt trap handler by five instructions due to this.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-1/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
1999-07-09New files from Jiri Gaisler <jgais@ws.estec.esa.nl>.Joel Sherrill1-0/+4