From: Nathan Lynch Date: Tue, 28 Jun 2005 10:55:25 +0000 (+1000) Subject: [PATCH] ppc64: don't create spurious symlinks under node0 sysdev X-Git-Tag: v2.6.13-rc2~38^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f1cc5437961a4bd93d615099f26780819e72d3;p=pandora-kernel.git [PATCH] ppc64: don't create spurious symlinks under node0 sysdev On partitioned systems we can wind up creating spurious symlinks in /sys/devices/system/node/node0 to non-present cpus. The symlinks are not broken; the problem is that we're potentially misinforming userspace that there is a relationship between node0 and cpus which are to be added later. There's no guarantee at all that a cpu which is added later will belong to node 0. Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed