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_psycho.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_psycho.c')
-rw-r--r-- | arch/sparc64/kernel/pci_psycho.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_psycho.c b/arch/sparc64/kernel/pci_psycho.c index 64bd3579f1ca..0ab2aa0261ce 100644 --- a/arch/sparc64/kernel/pci_psycho.c +++ b/arch/sparc64/kernel/pci_psycho.c | |||
@@ -1163,7 +1163,6 @@ void psycho_init(struct device_node *dp, char *model_name) | |||
1163 | p->pbm_A.portid = upa_portid; | 1163 | p->pbm_A.portid = upa_portid; |
1164 | p->pbm_B.portid = upa_portid; | 1164 | p->pbm_B.portid = upa_portid; |
1165 | p->index = pci_num_controllers++; | 1165 | p->index = pci_num_controllers++; |
1166 | p->pbms_same_domain = 0; | ||
1167 | p->scan_bus = psycho_scan_bus; | 1166 | p->scan_bus = psycho_scan_bus; |
1168 | p->pci_ops = &psycho_ops; | 1167 | p->pci_ops = &psycho_ops; |
1169 | 1168 | ||