All our current ARM multi-core systems have all cores in one package with
a shared L2 cache, reflect that in the common cpu_topo() routine.
This commit is contained in:
parent
67c7973b9f
commit
f1b5b23676
@ -372,7 +372,7 @@ struct cpu_group *
|
||||
cpu_topo(void)
|
||||
{
|
||||
|
||||
return (smp_topo_1level(CG_SHARE_L2, 1, 0));
|
||||
return (smp_topo_1level(CG_SHARE_L2, mp_ncpus, 0));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user