diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-09-07 02:19:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-07 02:19:51 -0400 |
commit | a1922ed661ab2c1637d0b10cde933bd9cd33d965 (patch) | |
tree | 0f1777542b385ebefd30b3586d830fd8ed6fda5b /arch/x86/kernel/head_32.S | |
parent | 75e33751ca8bbb72dd6f1a74d2810ddc8cbe4bdf (diff) | |
parent | d28daf923ac5e4a0d7cecebae56f3e339189366b (diff) |
Merge branch 'tracing/core' into tracing/hw-breakpoints
Conflicts:
arch/Kconfig
kernel/trace/trace.h
Merge reason: resolve the conflicts, plus adopt to the new
ring-buffer APIs.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 |