summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include/locore.h
AgeCommit message (Expand)Author
2011-02-04Since __INTR_MASK + __EXCEPTION_UNBLOCK is common sequence, provideuwe
2011-02-04__EXCEPTION_ENTRY - "tst" already does logical AND, so shave off extrauwe
2011-01-18Allow co-existance of traditional and modern CPPjoerg
2008-06-01Add GBR register to trapframe.uwe
2008-05-31In __EXCEPTION_RETURN use ldc.l to shave off couple of instructions.uwe
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-23Tweak __EXCEPTION_BLOCK so that original SR value is preserved in Rm.uwe
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-25Shave off an instruction in __EXCEPTION_UNBLOCK.uwe
2007-09-25Misc comment fixes.uwe
2007-09-25Don't expose asm macros (traditional cpp) to C code (ANSI cpp) so thatuwe
2006-01-23Use cpp-safe labels.uwe
2005-12-11merge ktrace-lwp.christos
2003-10-01Whitespace nit.uwe
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-09s/trapno/expevt/ for clarity.uch
2002-04-28Use "#define<tab>", white space nits.uch
2002-03-24Rework interrupt code.uch
2002-03-17cosmetic changes, fix comments.uch
2002-03-17kernel stack fix. old code simply P3 address converted to P1, ituch
2002-02-28Change foo_r0_r1 macro in sh3/locore.h to foo(Rn, Rm)uch
2002-02-24Move common exception vector and scheduler code touch