index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sh3
/
include
/
locore.h
Age
Commit message (
Expand
)
Author
2011-02-04
Since __INTR_MASK + __EXCEPTION_UNBLOCK is common sequence, provide
uwe
2011-02-04
__EXCEPTION_ENTRY - "tst" already does logical AND, so shave off extra
uwe
2011-01-18
Allow co-existance of traditional and modern CPP
joerg
2008-06-01
Add GBR register to trapframe.
uwe
2008-05-31
In __EXCEPTION_RETURN use ldc.l to shave off couple of instructions.
uwe
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-23
Tweak __EXCEPTION_BLOCK so that original SR value is preserved in Rm.
uwe
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-09-25
Shave off an instruction in __EXCEPTION_UNBLOCK.
uwe
2007-09-25
Misc comment fixes.
uwe
2007-09-25
Don't expose asm macros (traditional cpp) to C code (ANSI cpp) so that
uwe
2006-01-23
Use cpp-safe labels.
uwe
2005-12-11
merge ktrace-lwp.
christos
2003-10-01
Whitespace nit.
uwe
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-05-09
s/trapno/expevt/ for clarity.
uch
2002-04-28
Use "#define<tab>", white space nits.
uch
2002-03-24
Rework interrupt code.
uch
2002-03-17
cosmetic changes, fix comments.
uch
2002-03-17
kernel stack fix. old code simply P3 address converted to P1, it
uch
2002-02-28
Change foo_r0_r1 macro in sh3/locore.h to foo(Rn, Rm)
uch
2002-02-24
Move common exception vector and scheduler code to
uch