提交 5cd342df 编写于 作者: D David S. Miller 提交者: David S. Miller

[SPARC64]: Make core and sibling groups equal on UltraSPARC-IV.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f78eae2e
......@@ -1781,6 +1781,7 @@ static void __init of_fill_in_cpu_data(void)
}
cpu_data(cpuid).core_id = portid + 1;
cpu_data(cpuid).proc_id = portid;
} else {
cpu_data(cpuid).dcache_size =
of_getintprop_default(dp, "dcache-size", 16 * 1024);
......@@ -1799,8 +1800,8 @@ static void __init of_fill_in_cpu_data(void)
of_getintprop_default(dp, "ecache-line-size", 64);
cpu_data(cpuid).core_id = 0;
}
cpu_data(cpuid).proc_id = -1;
}
#ifdef CONFIG_SMP
cpu_set(cpuid, cpu_present_map);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册