Skip to content

Commit

Permalink
[POWERPC] Clear pci_probe_only on 64 bits PowerMac
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Dec 20, 2007
1 parent bc0826c commit 295f83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/powermac/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 295f83e

Please sign in to comment.