[SPARC64]: Fix {mc,smt}_capable().
It's not just sun4v hypervisor platforms that should return true for this, sun4u with UltraSPARC-IV should return true too. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5cd342df96
commit
a2f9f6bbb3
@@ -624,6 +624,10 @@ static void __init mdesc_fill_in_cpu_data(void)
|
||||
c->proc_id = -1;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
sparc64_multi_core = 1;
|
||||
#endif
|
||||
|
||||
set_core_ids();
|
||||
set_proc_ids();
|
||||
|
||||
|
Reference in New Issue
Block a user