NetBSD/sys/arch/evbsh3
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
conf Add machdep file for procfs. Currently only used for linux-style 2001-01-17 00:07:18 +00:00
evbsh3 Rename the CLI/STI/ECLI/ESTI macros to more descriptive names, 2001-02-05 18:14:42 +00:00
include remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to 2001-01-16 17:36:02 +00:00
Makefile