Add basic 2.6.24 support for rb532, korina napi code has to be adapted to work
[openwrt/openwrt.git] / target / linux / rb532 / patches-2.6.24 / 530-no_panic_pci_iomap.patch
1 diff -urN linux-2.6.24.7/arch/mips/lib/iomap-pci.c linux-2.6.24.7.new/arch/mips/lib/iomap-pci.c
2 --- linux-2.6.24.7/arch/mips/lib/iomap-pci.c 2008-05-07 01:22:34.000000000 +0200
3 +++ linux-2.6.24.7.new/arch/mips/lib/iomap-pci.c 2008-07-15 16:24:22.000000000 +0200
4 @@ -32,7 +32,7 @@
5 "report it to linux-mips@linux-mips.org or your "
6 "vendor.\n", name);
7 #ifdef CONFIG_PCI_DOMAINS
8 - panic("To avoid data corruption io_map_base MUST be set with "
9 + printk(KERN_WARNING "To avoid data corruption io_map_base MUST be set with "
10 "multiple PCI domains.");
11 #endif
12 }