[rb532] remove 2.6.27 we did not use it and went to 2.6.28 directly
[15.05/openwrt.git] / target / linux / rb532 / patches-2.6.24 / 530-no_panic_pci_iomap.patch
1 --- a/arch/mips/lib/iomap-pci.c
2 +++ b/arch/mips/lib/iomap-pci.c
3 @@ -32,7 +32,7 @@ static void __iomem *ioport_map_pci(stru
4                        "report it to linux-mips@linux-mips.org or your "
5                        "vendor.\n", name);
6  #ifdef CONFIG_PCI_DOMAINS
7 -               panic("To avoid data corruption io_map_base MUST be set with "
8 +               printk(KERN_WARNING "To avoid data corruption io_map_base MUST be set with "
9                       "multiple PCI domains.");
10  #endif
11         }