powerpc/eeh: Fix /proc/ppc64/eeh creation
commit71b1a9d35d6cbd2e37c1101ca5f779ca55f7fb03
authorThadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Fri, 26 Aug 2011 10:36:31 +0000 (26 10:36 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:37:11 +0000 (11 09:37 -0800)
tree0a09a33b08cae40a6b1d50999e22bfa5d06e3f00
parent747613961425127da9e14e020500b184d4f7a42c
powerpc/eeh: Fix /proc/ppc64/eeh creation

commit 8feaa43494cee5e938fd5a57b9e9bf1c827e6ccd upstream.

Since commit 188917e183cf9ad0374b571006d0fc6d48a7f447, /proc/ppc64 is a
symlink to /proc/powerpc/. That means that creating /proc/ppc64/eeh will
end up with a unaccessible file, that is not listed under /proc/powerpc/
and, then, not listed under /proc/ppc64/.

Creating /proc/powerpc/eeh fixes that problem and maintain the
compatibility intended with the ppc64 symlink.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/pseries/eeh.c