powerpc/pci: Don't configure PCIe settings when PCI_PROBE_ONLY is set
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 26 Sep 2011 04:22:39 +0000 (14:22 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 26 Sep 2011 04:22:39 +0000 (14:22 +1000)
commitbb36c44557a4fcbaa17c0f2776e12a05a691b432
tree5a7e7a92f9184bbd32e79649f5239af474b537cf
parentd12b524f8b2f4e45cabe8bc1501e8b967d543111
powerpc/pci: Don't configure PCIe settings when PCI_PROBE_ONLY is set

We don't want to configure PCI Express Max Payload Size or
Max Read Request Size on systems that set that flag. The
firmware will have done it for us, and under hypervisors such
as pHyp we don't even see the parent switches and bridges and
thus can make no assumption on what values are safe to use.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/pci-common.c