diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 01:52:11 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 04:55:16 -0400 |
commit | 3875c5c02d7112aa85f815d65d8add2e39ae9e34 (patch) | |
tree | c2fe7a4800fc5f1e70d84a4c0da942de2aa9b30b /arch/sparc64/kernel/pci_sun4v.c | |
parent | 8d3aee937596d2ca6676c2c27789751445bf0bc9 (diff) |
[SPARC64]: Kill pci_controller->pbms_same_domain
We don't do the "Simba APB is a PBM" bogosity for Sabre
controllers any longer, so this pbms_same_domain thing
is no longer necessary.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_sun4v.c')
-rw-r--r-- | arch/sparc64/kernel/pci_sun4v.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_sun4v.c b/arch/sparc64/kernel/pci_sun4v.c index f9cd9f620d4e..b63ef26abf02 100644 --- a/arch/sparc64/kernel/pci_sun4v.c +++ b/arch/sparc64/kernel/pci_sun4v.c | |||
@@ -1330,7 +1330,6 @@ void sun4v_pci_init(struct device_node *dp, char *model_name) | |||
1330 | pci_controller_root = p; | 1330 | pci_controller_root = p; |
1331 | 1331 | ||
1332 | p->index = pci_num_controllers++; | 1332 | p->index = pci_num_controllers++; |
1333 | p->pbms_same_domain = 0; | ||
1334 | 1333 | ||
1335 | p->scan_bus = pci_sun4v_scan_bus; | 1334 | p->scan_bus = pci_sun4v_scan_bus; |
1336 | #ifdef CONFIG_PCI_MSI | 1335 | #ifdef CONFIG_PCI_MSI |