NetBSD/sys/arch/dreamcast
thorpej 40c4d1e0c3 Rename the CLI/STI/ECLI/ESTI macros to more descriptive names,
and add comments to describe exactly what they do (because it's
not totally obvious at a glance, due to the number juggling necessary
to frob the correct bits in SR):

CLI -> EXCEPT_DISABLE (sets SR.BL)
STI -> EXCEPT_ENABLE (clears SR.BL)

ECLI -> INTR_DISABLE (sets SR.I[0-3])
ESTI -> INTR_ENABLE (clears SR.I[0-3])
2001-02-05 18:14:42 +00:00
..
compile retain empty "compile" directory 2001-01-03 15:22:14 +00:00
conf Increased HZ to 100. 2001-02-03 23:24:30 +00:00
dev Added subunit scan. 2001-02-03 23:25:51 +00:00
dreamcast Rename the CLI/STI/ECLI/ESTI macros to more descriptive names, 2001-02-05 18:14:42 +00:00
include Fixed type mismatch in debug output... 2001-02-02 06:27:44 +00:00
Makefile