|
@@ -108,7 +108,7 @@ static inline void cpuhotplug_mutex_unlock(struct mutex *cpu_hp_mutex)
|
|
|
extern void get_online_cpus(void);
|
|
|
extern void put_online_cpus(void);
|
|
|
#define hotcpu_notifier(fn, pri) { \
|
|
|
- static struct notifier_block fn##_nb = \
|
|
|
+ static struct notifier_block fn##_nb __cpuinitdata = \
|
|
|
{ .notifier_call = fn, .priority = pri }; \
|
|
|
register_cpu_notifier(&fn##_nb); \
|
|
|
}
|