sh: Split out CPU topology initialization.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2007 03:50:43 +0000 (12:50 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:35 +0000 (02:43 +0000)
Split out the CPU topology initialization to a separate file,
and switch it to a percpu type, rather than an NR_CPUS array.

At the same time, switch to only registering present CPUs,
rather than using the possible CPU map.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found