summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalInterruptAPI.asm')
-rw-r--r--dev/kernel/HALKit/AMD64/HalInterruptAPI.asm8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
index 189b2976..fdd62e57 100644
--- a/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
+++ b/dev/kernel/HALKit/AMD64/HalInterruptAPI.asm
@@ -232,11 +232,6 @@ IntNormal 31
[extern kApicBaseAddress]
__NE_INT_32:
- mov al, 0x20
- out 0x20, al
-
- mov dword [kApicBaseAddress+0xB0], 0
-
push rax
mov rcx, rsp
call idt_handle_scheduler
@@ -411,3 +406,6 @@ kInterruptVectorTable:
dq __NE_INT_%+i
%assign i i+1
%endrep
+
+kApicBaseAddress:
+ dq 0 \ No newline at end of file