NetBSD/sys/arch/hpcsh
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 sync with platid_gen change. 2001-02-05 17:39:45 +00:00
hpcsh Rename the CLI/STI/ECLI/ESTI macros to more descriptive names, 2001-02-05 18:14:42 +00:00
include sync with platid_gen change. 2001-02-05 17:39:45 +00:00
stand
Makefile