X86 Timer cleanup

This commit is contained in:
able 2023-09-09 02:34:43 -05:00
parent c16c235c95
commit 8fec90db95

View file

@ -64,8 +64,6 @@ extern "x86-interrupt" fn page_fault(
}
extern "x86-interrupt" fn timer(_isf: InterruptStackFrame) {
// TODO: Pause the running program then schedule the next program
unsafe { LAPIC.lock().end_of_interrupt() };
}