mips64: Raise SPL for hardclock()
authorvisa <visa@openbsd.org>
Mon, 31 Oct 2022 13:59:10 +0000 (13:59 +0000)
committervisa <visa@openbsd.org>
Mon, 31 Oct 2022 13:59:10 +0000 (13:59 +0000)
commit1cad7fde648fa748f63fbc7b813b97af0542d097
tree0138a33a58fb3e0a1b606500fda47bb0ae4ee943
parent8b3e561d6136c7db9394cde57b13713008342cf1
mips64: Raise SPL for hardclock()

This lets the MI clock interrupt code see the correct SPL.

The full splx() is skipped because the updating of the hardware interrupt
masks should not be needed here.

Prompted by and OK cheloha@
sys/arch/mips64/mips64/clock.c