Skip to main content

legacy_timer_handler

Function legacy_timer_handler 

Source
extern "x86-interrupt" fn legacy_timer_handler(
    stack_frame: InterruptStackFrame,
)
Expand description

Legacy external timer IRQ handler (PIC/IOAPIC IRQ0 path, vector 0x20).

When the LAPIC timer is active, we ignore this source to avoid double-ticking.