| commit | 39dd992aee381ff5077536853051fc69e58cc4a9 | [log] [tgz] |
|---|---|---|
| author | David S. Miller <davem@sunset.davemloft.net> | Sun Jul 15 01:29:24 2007 -0700 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 16 04:05:19 2007 -0700 |
| tree | 93bf853c70932031fdf372f7aaa578ea0a3a42b6 | |
| parent | b37d40d1759a383208ef47be8af94ebe59031691 [diff] |
[SPARC64]: Clear cpu_{core,sibling}_map[] in smp_fill_in_sib_core_maps()
When we hot-plug in new cpus, the core_id and proc_id of existing
cpus can change. So in order to set the cpu groups correctly we
need to clear the maps out completely first.
Signed-off-by: David S. Miller <davem@davemloft.net>