CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/18 12:12:43
Modified files:
sys/arch/mips64/mips64: clock.c
Log message:
mips64: simplify cp0_rearm_int5(), cp0_trigger_int5_masked()
The tangle of branches in cp0_rearm_int5() can be simplified to:
if cycles <= t1 - t0, we missed
We can simplify cp0_trigger_int5_masked() in the same way.
ok visa@
