Switch some uses of msr that only deal with interrupts/mode to use
authorjsg <jsg@openbsd.org>
Sun, 18 Jan 2015 14:55:02 +0000 (14:55 +0000)
committerjsg <jsg@openbsd.org>
Sun, 18 Jan 2015 14:55:02 +0000 (14:55 +0000)
commitc0797b8192b4eb07c37a812f632ff4a703255c01
tree6d5cba378730419c02007f1a6a55d0b47e0cd9fd
parentea9cd0f05e72ccc8be83034d43c11dbbd76cafed
Switch some uses of msr that only deal with interrupts/mode to use
just the control field ('c' bits 7:0) instead of 'all' which includes
the flags field ('f' bits 31:24) which isn't modified.
sys/arch/arm/arm/cpufunc_asm_sa1.S
sys/arch/arm/arm/cpufunc_asm_xscale.S
sys/arch/arm/arm/fiq_subr.S
sys/arch/arm/arm/locore.S
sys/arch/arm/arm/setstack.S
sys/arch/zaurus/stand/zbsdmod/zbsdmod.c