|
@@ -69,7 +69,6 @@ static inline void unregister_cpu_notifier(struct notifier_block *nb)
|
|
|
|
|
|
int cpu_up(unsigned int cpu);
|
|
|
void notify_cpu_starting(unsigned int cpu);
|
|
|
-extern void cpu_hotplug_init(void);
|
|
|
extern void cpu_maps_update_begin(void);
|
|
|
extern void cpu_maps_update_done(void);
|
|
|
|
|
@@ -84,10 +83,6 @@ static inline void unregister_cpu_notifier(struct notifier_block *nb)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-static inline void cpu_hotplug_init(void)
|
|
|
-{
|
|
|
-}
|
|
|
-
|
|
|
static inline void cpu_maps_update_begin(void)
|
|
|
{
|
|
|
}
|