Searched hist:bb36c44557a4fcbaa17c0f2776e12a05a691b432 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | diff bb36c44557a4fcbaa17c0f2776e12a05a691b432 Sun Sep 25 23:22:39 CDT 2011 Benjamin Herrenschmidt <benh@kernel.crashing.org> 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>
|