diff options
-rw-r--r-- | kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 306844ed58f7..f8f9468d17d7 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c | |||
@@ -136,7 +136,7 @@ static void cpu_hotplug_done(void) | |||
136 | mutex_unlock(&cpu_hotplug.lock); | 136 | mutex_unlock(&cpu_hotplug.lock); |
137 | } | 137 | } |
138 | /* Need to know about CPUs going up/down? */ | 138 | /* Need to know about CPUs going up/down? */ |
139 | int __cpuinit register_cpu_notifier(struct notifier_block *nb) | 139 | int __ref register_cpu_notifier(struct notifier_block *nb) |
140 | { | 140 | { |
141 | int ret; | 141 | int ret; |
142 | cpu_maps_update_begin(); | 142 | cpu_maps_update_begin(); |