summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/interrupts.c')
-rw-r--r--kernel/interrupts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/interrupts.c b/kernel/interrupts.c
index 9ffd7c6..6e9d943 100644
--- a/kernel/interrupts.c
+++ b/kernel/interrupts.c
@@ -54,6 +54,7 @@ uint32_t interrupt_handler(uint32_t esp, uint32_t irq)
// klog("int: %d on 0x%x",irq,apicID());
if(irq==INTERRUPT_PIT_TIMER){
asm_pit_tick();
+// asm_pit_sleep_40ms();
// return esp; // tried to skip EOI
}