aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/head.S')
-rw-r--r--arch/i386/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S
index cc46494787e8..bb36c24311b4 100644
--- a/arch/i386/kernel/head.S
+++ b/arch/i386/kernel/head.S
@@ -598,7 +598,7 @@ idt_descr:
598 .word 0 # 32 bit align gdt_desc.address 598 .word 0 # 32 bit align gdt_desc.address
599ENTRY(early_gdt_descr) 599ENTRY(early_gdt_descr)
600 .word GDT_ENTRIES*8-1 600 .word GDT_ENTRIES*8-1
601 .long per_cpu__cpu_gdt /* Overwritten for secondary CPUs */ 601 .long per_cpu__gdt_page /* Overwritten for secondary CPUs */
602 602
603/* 603/*
604 * The boot_gdt must mirror the equivalent in setup.S and is 604 * The boot_gdt must mirror the equivalent in setup.S and is