|
@@ -555,9 +555,6 @@ static void *fill_in_one_cpu(struct device_node *dp, int cpuid, int arg)
|
|
|
|
|
|
cpu_data(cpuid).core_id = portid + 1;
|
|
cpu_data(cpuid).core_id = portid + 1;
|
|
cpu_data(cpuid).proc_id = portid;
|
|
cpu_data(cpuid).proc_id = portid;
|
|
-#ifdef CONFIG_SMP
|
|
|
|
- sparc64_multi_core = 1;
|
|
|
|
-#endif
|
|
|
|
} else {
|
|
} else {
|
|
cpu_data(cpuid).dcache_size =
|
|
cpu_data(cpuid).dcache_size =
|
|
of_getintprop_default(dp, "dcache-size", 16 * 1024);
|
|
of_getintprop_default(dp, "dcache-size", 16 * 1024);
|