summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 30b2e554..4673bba7 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -75,7 +75,7 @@ _apboot:
mov %ax, %ss
/* use segmentation to offset ourself. */
- lidtl idt_descr - KERNELBASE
+ lidt idt_descr - KERNELBASE
lgdt boot_gdt_descr - KERNELBASE
ljmp $KERNEL_CS, $0f