Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/05/2001 20:14:44
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Feb  5 18:14:44 UTC 2001

Modified Files:
	syssrc/sys/arch/dreamcast/dreamcast: locore.s
	syssrc/sys/arch/evbsh3/evbsh3: locore.s
	syssrc/sys/arch/hpcsh/hpcsh: locore.s
	syssrc/sys/arch/mmeye/mmeye: locore.s

Log Message:
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])


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/dreamcast/dreamcast/locore.s
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/evbsh3/evbsh3/locore.s
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/hpcsh/hpcsh/locore.s
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/mmeye/mmeye/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.