sh: Fix up cpu to node mapping in sysfs.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 7 Jun 2007 02:29:37 +0000 (11:29 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:50 +0000 (02:43 +0000)
commit05a117847b43d44f336bbf272a1063661431a5e5
tree7eaf33d0e1964c9bea59dcba4bdedbc5f76b2366
parent5bbeafca8d5c64b6d9c6653993492d763be0918f
sh: Fix up cpu to node mapping in sysfs.

Currently cpu_to_node() is always 0 in the UP case, though
we do want to have the CPU association linked in under sysfs
even in the cases where we're only on a single CPU.

Fix this up, so we have the cpu0 link on all of the available
nodes that don't already have a CPU link of their own.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/topology.c