Commit-ID: b31fcfccc8acec757f46061f6e58ef3960ba37a1 Gitweb: http://git.kernel.org/tip/b31fcfccc8acec757f46061f6e58ef3960ba37a1 Author: H. Peter Anvin <hpa@xxxxxxxxx> AuthorDate: Wed, 24 Feb 2010 00:03:16 -0800 Committer: H. Peter Anvin <hpa@xxxxxxxxx> CommitDate: Wed, 24 Feb 2010 00:04:46 -0800 x86, mrst: NOT FOR MERGE: disable Moorestown pci_fixed_bar_fixup pci_fixed_bar_fixup crashes on any system which does not support extended PCI space, and has at least one device with an Intel vendor ID. Disable it for now in expectation of a proper fix. Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx> --- arch/x86/pci/mrst.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/pci/mrst.c b/arch/x86/pci/mrst.c index 6e9e1a3..bfaaa3f 100644 --- a/arch/x86/pci/mrst.c +++ b/arch/x86/pci/mrst.c @@ -255,4 +255,6 @@ static void __devinit pci_fixed_bar_fixup(struct pci_dev *dev) dev->resource[i].flags |= IORESOURCE_PCI_FIXED; } } +#if 0 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_fixed_bar_fixup); +#endif -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |