]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/sparc/kernel/smp_64.c
of: unify phandle name in struct device_node
[karo-tx-linux.git] / arch / sparc / kernel / smp_64.c
index aa36223497b931c9dc96c1ef2d536672aa36248d..eb14844a0021bbccb76d6981c3f9cabb9ac75c35 100644 (file)
@@ -370,7 +370,7 @@ static int __cpuinit smp_boot_one_cpu(unsigned int cpu)
        } else {
                struct device_node *dp = of_find_node_by_cpuid(cpu);
 
-               prom_startcpu(dp->node, entry, cookie);
+               prom_startcpu(dp->phandle, entry, cookie);
        }
 
        for (timeout = 0; timeout < 50000; timeout++) {