diff options
Diffstat (limited to 'arch/i386/kernel/head.S')
-rw-r--r-- | arch/i386/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S index 15336c8b5960..6c7f71176977 100644 --- a/arch/i386/kernel/head.S +++ b/arch/i386/kernel/head.S | |||
@@ -360,7 +360,7 @@ check_x87: | |||
360 | * cpu_gdt_table and boot_pda; for secondary CPUs, these will be | 360 | * cpu_gdt_table and boot_pda; for secondary CPUs, these will be |
361 | * that CPU's GDT and PDA. | 361 | * that CPU's GDT and PDA. |
362 | */ | 362 | */ |
363 | setup_pda: | 363 | ENTRY(setup_pda) |
364 | /* get the PDA pointer */ | 364 | /* get the PDA pointer */ |
365 | movl start_pda, %eax | 365 | movl start_pda, %eax |
366 | 366 | ||