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

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

[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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -435,8 +435,8 @@ void __init maple_pci_init(void)
			PCI_DN(np)->busno = 0xf0;
	}

	/* Tell pci.c to use the common resource allocation mecanism */
	pci_probe_only = 0;
	/* Tell pci.c to not change any resource allocations.  */
	pci_probe_only = 1;
	
	/* Allow all IO */
	io_page_mask = -1;