diff options
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 92f2029a34f3..a40247e4d462 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
@@ -83,6 +83,9 @@ static inline void unregister_cpu_notifier(struct notifier_block *nb) | |||
83 | 83 | ||
84 | #endif /* CONFIG_SMP */ | 84 | #endif /* CONFIG_SMP */ |
85 | extern struct sysdev_class cpu_sysdev_class; | 85 | extern struct sysdev_class cpu_sysdev_class; |
86 | extern void cpu_hotplug_init(void); | ||
87 | extern void cpu_maps_update_begin(void); | ||
88 | extern void cpu_maps_update_done(void); | ||
86 | 89 | ||
87 | #ifdef CONFIG_HOTPLUG_CPU | 90 | #ifdef CONFIG_HOTPLUG_CPU |
88 | /* Stop CPUs going up and down. */ | 91 | /* Stop CPUs going up and down. */ |