diff options
Diffstat (limited to 'include/asm-x86/cpu.h')
-rw-r--r-- | include/asm-x86/cpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/cpu.h b/include/asm-x86/cpu.h index 9d914e1e4aad..b1bc7b1b64b0 100644 --- a/include/asm-x86/cpu.h +++ b/include/asm-x86/cpu.h | |||
@@ -13,9 +13,6 @@ struct i386_cpu { | |||
13 | extern int arch_register_cpu(int num); | 13 | extern int arch_register_cpu(int num); |
14 | #ifdef CONFIG_HOTPLUG_CPU | 14 | #ifdef CONFIG_HOTPLUG_CPU |
15 | extern void arch_unregister_cpu(int); | 15 | extern void arch_unregister_cpu(int); |
16 | extern int enable_cpu_hotplug; | ||
17 | #else | ||
18 | #define enable_cpu_hotplug 0 | ||
19 | #endif | 16 | #endif |
20 | 17 | ||
21 | DECLARE_PER_CPU(int, cpu_state); | 18 | DECLARE_PER_CPU(int, cpu_state); |