aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pci.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-12-19 22:54:58 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-20 00:18:12 -0500
commit295f83e7aaa87d52b8d16077225a90dab61df45a (patch)
tree4faaaafaf306ab9f7f16fe197263364e48fc5466 /arch/powerpc/platforms/powermac/pci.c
parentbc0826cfb102b6f360f2ec3082fa794f5dbbdee7 (diff)
[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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac/pci.c')
-rw-r--r--arch/powerpc/platforms/powermac/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c
index 96a2933a15b5..73deace0ec01 100644
--- a/arch/powerpc/platforms/powermac/pci.c
+++ b/arch/powerpc/platforms/powermac/pci.c
@@ -1041,8 +1041,8 @@ void __init pmac_pci_init(void)
1041 } 1041 }
1042 /* pmac_check_ht_link(); */ 1042 /* pmac_check_ht_link(); */
1043 1043
1044 /* Tell pci.c to not use the common resource allocation mechanism */ 1044 /* We can allocate missing resources if any */
1045 pci_probe_only = 1; 1045 pci_probe_only = 0;
1046 1046
1047#else /* CONFIG_PPC64 */ 1047#else /* CONFIG_PPC64 */
1048 init_p2pbridge(); 1048 init_p2pbridge();