Merge branch 'upstream-fixes' into upstream
[pandora-kernel.git] / drivers / base / topology.c
index c2d6216..3ef9d51 100644 (file)
@@ -139,7 +139,7 @@ static int __cpuinit topology_sysfs_init(void)
                                (void *)(long)i);
        }
 
-       register_cpu_notifier(&topology_cpu_notifier);
+       register_hotcpu_notifier(&topology_cpu_notifier);
 
        return 0;
 }