diff options
Diffstat (limited to 'arch/x86/kernel/head_32.S')
| -rw-r--r-- | arch/x86/kernel/head_32.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S index dc5ed4bdd88d..cc827ac9e8d3 100644 --- a/arch/x86/kernel/head_32.S +++ b/arch/x86/kernel/head_32.S | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #include <asm/segment.h> | 13 | #include <asm/segment.h> |
| 14 | #include <asm/page_types.h> | 14 | #include <asm/page_types.h> |
| 15 | #include <asm/pgtable_types.h> | 15 | #include <asm/pgtable_types.h> |
| 16 | #include <asm/desc.h> | ||
| 17 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
| 18 | #include <asm/thread_info.h> | 17 | #include <asm/thread_info.h> |
| 19 | #include <asm/asm-offsets.h> | 18 | #include <asm/asm-offsets.h> |
| @@ -262,9 +261,7 @@ page_pde_offset = (__PAGE_OFFSET >> 20); | |||
| 262 | * which will be freed later | 261 | * which will be freed later |
| 263 | */ | 262 | */ |
| 264 | 263 | ||
| 265 | #ifndef CONFIG_HOTPLUG_CPU | 264 | __CPUINIT |
| 266 | .section .init.text,"ax",@progbits | ||
| 267 | #endif | ||
| 268 | 265 | ||
| 269 | #ifdef CONFIG_SMP | 266 | #ifdef CONFIG_SMP |
| 270 | ENTRY(startup_32_smp) | 267 | ENTRY(startup_32_smp) |
| @@ -603,7 +600,7 @@ ignore_int: | |||
| 603 | #endif | 600 | #endif |
| 604 | iret | 601 | iret |
| 605 | 602 | ||
| 606 | .section .cpuinit.data,"wa" | 603 | __REFDATA |
| 607 | .align 4 | 604 | .align 4 |
| 608 | ENTRY(initial_code) | 605 | ENTRY(initial_code) |
| 609 | .long i386_start_kernel | 606 | .long i386_start_kernel |
