commit | 05a117847b43d44f336bbf272a1063661431a5e5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Jun 07 11:29:37 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Fri Jun 08 02:43:50 2007 +0000 |
tree | 7eaf33d0e1964c9bea59dcba4bdedbc5f76b2366 | |
parent | 5bbeafca8d5c64b6d9c6653993492d763be0918f [diff] |
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>