]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/topology.c
[PATCH] cpu hotplug: use hotplug version of registration in late inits
[linux-2.6-omap-h63xx.git] / drivers / base / topology.c
index c2d621632383306a493fd5f60d5d3b9b55721f70..3ef9d514b916985af339d2af7067903daf9a881e 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;
 }