summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-19 02:41:53 +0200
committerMiguel <m.i@gmx.at>2018-10-19 02:41:53 +0200
commit45ce8728224caa44d31dca3117992b193fa3cd98 (patch)
tree8d37cfe273e9feeb8376b6205abe29c995e40ac2 /kernel/interrupts.c
parent9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (diff)
window manager continued
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