[PATCH] node hotplug: register cpu: remove node struct
[safe/jmp/linux-2.6] / arch / powerpc / kernel / setup_32.c
index e5a4481..0932a62 100644 (file)
@@ -215,7 +215,7 @@ int __init ppc_init(void)
 
        /* register CPU devices */
        for_each_possible_cpu(i)
-               register_cpu(&cpu_devices[i], i, NULL);
+               register_cpu(&cpu_devices[i], i);
 
        /* call platform init */
        if (ppc_md.init != NULL) {