summaryrefslogtreecommitdiff
path: root/src/kernel/task/idt_.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/task/idt_.asm')
-rw-r--r--src/kernel/task/idt_.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel/task/idt_.asm b/src/kernel/task/idt_.asm
index 1a594ca..95878c0 100644
--- a/src/kernel/task/idt_.asm
+++ b/src/kernel/task/idt_.asm
@@ -47,14 +47,8 @@ idt_flush:
mov fs, ax
mov gs, ax
- mov eax, cr3
- push eax
-
call idt_%1Handler
- pop eax
- mov cr3, eax
-
pop eax ; reload the original data segment descriptor
mov ds, ax
mov es, ax