summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/include/locore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Save and restore 'gbr' register when enter/leaving the kernel, and useguenther2016-05-181-1/+3
| | | | | | it for the TCB pointer. Eliminate __cerror. "looks good" kettenis@, testing and ok deraadt@
* move away from using /**/ to ## for cpp paste in sh locorejsg2010-09-061-10/+10
| | | | | so we can drop -traditional-cpp ok miod@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* tyopsmiod2007-05-261-2/+2
|
* Use TF_SPC instead of hardcoding its value.miod2006-11-051-3/+3
|
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-061-0/+207
minor changes.