CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/08 18:41:15
Modified files:
sys/arch/i386/i386: lapic.c
Log message:
i386: lapic_timer_trigger: disable interrupts around lapic_timer_oneshot()
lapic_timer_oneshot() is not atomic. We need to disable interrupts
when calling it to ensure the timer reaches a valid state.
Link: https://marc.info/?l=openbsd-tech&m=167482851403841&w=2
ok mlarkin@
