From: Bjorn Helgaas Date: Fri, 24 Feb 2012 03:18:58 +0000 (-0700) Subject: powerpc/PCI: make pci_probe_only default to 0 X-Git-Tag: v3.4-rc1~114^2~28^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c13be017abe041e495862d50dbd83093e09cd6a;p=pandora-kernel.git powerpc/PCI: make pci_probe_only default to 0 pci_probe_only is set on ppc64 to prevent resource re-allocation by the core. It's meant to be used in very specific circumstances such as when operating under a hypervisor that may prevent such re-allocation. Instead of default to 1, we make it default to 0 and explicitly set it in the few cases where we need it. This fixes FSL PCI which wants it clear among others. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed