Commit 4558f417 authored by Segher Boessenkool's avatar Segher Boessenkool Committed by Paul Mackerras

[PATCH] powerpc: Don't re-assign PCI resources on Maple

Maple firmware does not need PCI resource allocation, and in fact, it
can cause problems in some strange cases.
Signed-off-by: default avatarSegher Boessenkool <segher@kernel.crashing.org>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 72b13819
...@@ -435,8 +435,8 @@ void __init maple_pci_init(void) ...@@ -435,8 +435,8 @@ void __init maple_pci_init(void)
PCI_DN(np)->busno = 0xf0; PCI_DN(np)->busno = 0xf0;
} }
/* Tell pci.c to use the common resource allocation mecanism */ /* Tell pci.c to not change any resource allocations. */
pci_probe_only = 0; pci_probe_only = 1;
/* Allow all IO */ /* Allow all IO */
io_page_mask = -1; io_page_mask = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment