diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-19 00:45:25 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-19 00:45:25 -0400 |
commit | 128d18e552f2772560a1890e34c874ea49f58416 (patch) | |
tree | 8a7eba149b6653c38af15c6b1b38f897f97a98ce | |
parent | 08eeb79db14145d83578025e1f0e7f7af460ee25 (diff) |
kernel/amd64: Stop sycning per timer interrupt
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/arch/amd64/amd64/lapic_intr.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/lapic_intr.S b/sys/arch/amd64/amd64/lapic_intr.S index e22cbca..5ae8f39 100644 --- a/sys/arch/amd64/amd64/lapic_intr.S +++ b/sys/arch/amd64/amd64/lapic_intr.S @@ -34,6 +34,5 @@ INTRENTRY(lapic_tmr_isr, handle_lapic_tmr) handle_lapic_tmr: call sched_switch // Context switch per every timer IRQ - call i8042_sync // Sometimes needed depending on i8042 quirks call lapic_eoi // Done! Signal that we finished to the Local APIC retq |