X86 Timer cleanup

pull/11/head
able 2023-09-09 02:34:43 -05:00
parent 86614a0af6
commit a9679045bd
1 changed files with 0 additions and 2 deletions

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() };
}