--- - branch: MAIN date: Fri Jul 16 19:02:22 UTC 2021 files: - new: '1.99' old: '1.98' path: src/sys/arch/alpha/alpha/interrupt.c pathrev: src/sys/arch/alpha/alpha/interrupt.c@1.99 type: modified - new: '1.298' old: '1.297' path: src/sys/arch/alpha/alpha/pmap.c pathrev: src/sys/arch/alpha/alpha/pmap.c@1.298 type: modified - new: '1.85' old: '1.84' path: src/sys/arch/alpha/include/intr.h pathrev: src/sys/arch/alpha/include/intr.h@1.85 type: modified id: 20210716T190222Z.b6ae6c26cf46afe510a3abe55d87306a1df89fd2 log: | The Alpha AXP Architecture Reference Manual is explcit that the only valid bits in the PSL are the IPL and USER bits, the latter of which will always be clear when in the kernel, and that all other bits MBZ. So, when reading the PSL to get the current IPL, don't bother masking with ALPHA_PSL_IPL_MASK. module: src subject: 'CVS commit: src/sys/arch/alpha' unixtime: '1626462142' user: thorpej