CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2022/10/31 07:59:10
Modified files: sys/arch/mips64/mips64: clock.c Log message: 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@