On Fri, Jul 23, 2004 at 02:50:46PM -0700, Siddha, Suresh B wrote:
On Friday 23 July 2004 08:30, Dimitri Sivanich wrote:
Do other architectures need to define their own cpu_sibling_maps, or am INick means, all the architectures which use CONFIG_SCHED_SMT needs to define cpu_sibling_map.
missing something that would define that for IA64 and others?
Nick, aren't you missing the attached fix in your patch?
thanks,
suresh
Ok, but cpu_to_phys_group() does a lookup in cpu_sibling map:
__init static int cpu_to_phys_group(int cpu)
{
return first_cpu(cpu_sibling_map[cpu]);
}
and is called from outside of a CONFIG_SCHED_SMT ifdef here: