powerpc: Fix domain numbers in /proc on 64-bit
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 2 Oct 2008 14:12:51 +0000 (14:12 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 5 Nov 2008 11:08:27 +0000 (22:08 +1100)
commit1fd0f52583a85b21a394201b007bc1ee104b235d
tree1141c75f26c8a44129a238e61b4b6906e3975038
parent454666eb78d890f5740ea1901f8b01a43c77c67c
powerpc: Fix domain numbers in /proc on 64-bit

The code to properly expose domain numbers in /proc is somewhat
bogus on ppc64 as it depends on the "buid" field being non-0,
but that field is really pseries specific.

This removes that code and makes ppc64 use the same code as 32-bit
which effectively decides whether to expose domains based on
ppc_pci_flags set by the platform, and sets the default for 64-bit
to enable domains and enable compatibility for domain 0 (which
strips the domain number for domain 0 to help with X servers).

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci-common.c
arch/powerpc/kernel/pci_64.c