Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c96bede6 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] iSeries: hose->buid is always zero for iSeries



so remove a firmware feature test.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent cb993029
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -581,13 +581,9 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
/* Decide whether to display the domain number in /proc */
int pci_proc_domain(struct pci_bus *bus)
{
	if (firmware_has_feature(FW_FEATURE_ISERIES))
		return 0;
	else {
	struct pci_controller *hose = pci_bus_to_host(bus);
	return hose->buid != 0;
}
}

void __devinit pci_process_bridge_OF_ranges(struct pci_controller *hose,
					    struct device_node *dev, int prim)