diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-19 22:54:49 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:18:08 -0500 |
commit | fa462f2d75e2437b5757069d3d7d27b1e50285cb (patch) | |
tree | dc872ff52a3225a3ef134105e74a528e5983fe8d /arch/powerpc/kernel/pci_64.c | |
parent | 853ad6c2e752215237e7fb26d681ed0008dd081a (diff) |
[POWERPC] pci32: Add platform option to enable /proc PCI domains
This adds flags the platforms can use to enable domain numbers
in /proc/bus/pci.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/pci_64.c')
-rw-r--r-- | arch/powerpc/kernel/pci_64.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 3e7cf7af3bf3..e0f3731c3a1c 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -586,14 +586,6 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
586 | return 0; | 586 | return 0; |
587 | } | 587 | } |
588 | 588 | ||
589 | /* Decide whether to display the domain number in /proc */ | ||
590 | int pci_proc_domain(struct pci_bus *bus) | ||
591 | { | ||
592 | struct pci_controller *hose = pci_bus_to_host(bus); | ||
593 | return hose->buid != 0; | ||
594 | } | ||
595 | |||
596 | |||
597 | #ifdef CONFIG_HOTPLUG | 589 | #ifdef CONFIG_HOTPLUG |
598 | 590 | ||
599 | int pcibios_unmap_io_space(struct pci_bus *bus) | 591 | int pcibios_unmap_io_space(struct pci_bus *bus) |