Module Name: src Committed By: thorpej Date: Sat Sep 5 16:29:08 UTC 2020
Modified Files: src/sys/arch/alpha/alpha: genassym.cf interrupt.c locore.s src/sys/arch/alpha/include: alpha_cpu.h intr.h src/sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c Log Message: - Document all of the various interrupt levels in the Processor Stataus register, and provide symbolic names for them as well. - Use ALPHA_PSL_IPL_* values directly for IPL_*. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/alpha/alpha/genassym.cf cvs rdiff -u -r1.82 -r1.83 src/sys/arch/alpha/alpha/interrupt.c cvs rdiff -u -r1.130 -r1.131 src/sys/arch/alpha/alpha/locore.s cvs rdiff -u -r1.50 -r1.51 src/sys/arch/alpha/include/alpha_cpu.h cvs rdiff -u -r1.73 -r1.74 src/sys/arch/alpha/include/intr.h cvs rdiff -u -r1.34 -r1.35 src/sys/arch/alpha/tc/tc_3000_300.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/alpha/tc/tc_3000_500.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.