[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>
This commit is contained in:
@@ -1052,7 +1052,6 @@ void sabre_init(struct device_node *dp, char *model_name)
|
||||
|
||||
p->pbm_A.portid = upa_portid;
|
||||
p->index = pci_num_controllers++;
|
||||
p->pbms_same_domain = 1;
|
||||
p->scan_bus = sabre_scan_bus;
|
||||
p->pci_ops = &sabre_ops;
|
||||
|
||||
|
Reference in New Issue
Block a user