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

Commit 295f83e7 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Paul Mackerras
Browse files

[POWERPC] Clear pci_probe_only on 64 bits PowerMac



It should now be safe to re-assign unassigned resources on 64 bits PowerMac
machines (G5s).  This clears pci_probe_only on those.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bc0826cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1041,8 +1041,8 @@ void __init pmac_pci_init(void)
	}
	/* pmac_check_ht_link(); */

	/* Tell pci.c to not use the common resource allocation mechanism */
	pci_probe_only = 1;
	/* We can allocate missing resources if any */
	pci_probe_only = 0;

#else /* CONFIG_PPC64 */
	init_p2pbridge();