|
@@ -149,7 +149,7 @@ int __cpuinit register_cpu_notifier(struct notifier_block *nb)
|
|
|
|
|
|
EXPORT_SYMBOL(register_cpu_notifier);
|
|
EXPORT_SYMBOL(register_cpu_notifier);
|
|
|
|
|
|
-void unregister_cpu_notifier(struct notifier_block *nb)
|
|
|
|
|
|
+void __ref unregister_cpu_notifier(struct notifier_block *nb)
|
|
{
|
|
{
|
|
cpu_maps_update_begin();
|
|
cpu_maps_update_begin();
|
|
raw_notifier_chain_unregister(&cpu_chain, nb);
|
|
raw_notifier_chain_unregister(&cpu_chain, nb);
|