summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/HalInterruptAPI.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit/AMD64/HalInterruptAPI.asm')
-rw-r--r--Kernel/HALKit/AMD64/HalInterruptAPI.asm8
1 files changed, 0 insertions, 8 deletions
diff --git a/Kernel/HALKit/AMD64/HalInterruptAPI.asm b/Kernel/HALKit/AMD64/HalInterruptAPI.asm
index 5eaf60b4..c09d5a06 100644
--- a/Kernel/HALKit/AMD64/HalInterruptAPI.asm
+++ b/Kernel/HALKit/AMD64/HalInterruptAPI.asm
@@ -121,19 +121,11 @@ IntNormal 31
[extern hal_apic_acknowledge]
-%define cAPICAddress 0xFEE00000
-
__NEW_INT_34:
-;; make this active, SMP works again.
push rax
call hal_apic_acknowledge
pop rax
- mov rax, 0
-
- ;; tell there local apic that we're done.
- mov qword [cAPICAddress + 0xB0], rax ; send end of interrupt.
-
iretq
IntNormal 32