summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/interrupts.c')
-rw-r--r--kernel/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/interrupts.c b/kernel/interrupts.c
index 702112c..9ff9cd3 100644
--- a/kernel/interrupts.c
+++ b/kernel/interrupts.c
@@ -111,7 +111,7 @@ uint32_t interrupt_handler(uint32_t esp, uint32_t irq)
if(cpu==0) // thi
{
// limit compositor to APIC_TIMER freq.(60hz?)
- if(irq==INTERRUPT_APIC_TIMER)compositor_wake2();
+ if(irq==INTERRUPT_APIC_TIMER)compositor_wake();
}
esp=scheduler_run(esp,-1); // just schedule to next task