diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 213a7a3e4562..565ebc65920e 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -64,7 +64,6 @@ | |||
64 | #include <asm/apic.h> | 64 | #include <asm/apic.h> |
65 | #include <asm/setup.h> | 65 | #include <asm/setup.h> |
66 | #include <asm/uv/uv.h> | 66 | #include <asm/uv/uv.h> |
67 | #include <asm/debugreg.h> | ||
68 | #include <linux/mc146818rtc.h> | 67 | #include <linux/mc146818rtc.h> |
69 | 68 | ||
70 | #include <asm/smpboot_hooks.h> | 69 | #include <asm/smpboot_hooks.h> |
@@ -328,7 +327,6 @@ notrace static void __cpuinit start_secondary(void *unused) | |||
328 | x86_cpuinit.setup_percpu_clockev(); | 327 | x86_cpuinit.setup_percpu_clockev(); |
329 | 328 | ||
330 | wmb(); | 329 | wmb(); |
331 | load_debug_registers(); | ||
332 | cpu_idle(); | 330 | cpu_idle(); |
333 | } | 331 | } |
334 | 332 | ||
@@ -1269,7 +1267,6 @@ void cpu_disable_common(void) | |||
1269 | remove_cpu_from_maps(cpu); | 1267 | remove_cpu_from_maps(cpu); |
1270 | unlock_vector_lock(); | 1268 | unlock_vector_lock(); |
1271 | fixup_irqs(); | 1269 | fixup_irqs(); |
1272 | hw_breakpoint_disable(); | ||
1273 | } | 1270 | } |
1274 | 1271 | ||
1275 | int native_cpu_disable(void) | 1272 | int native_cpu_disable(void) |