You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/target/linux/rb532/patches-2.6.24/530-no_panic_pci_iomap.patch

11 lines
433 B

--- a/arch/mips/lib/iomap-pci.c
+++ b/arch/mips/lib/iomap-pci.c
@@ -32,7 +32,7 @@ static void __iomem *ioport_map_pci(stru
"report it to linux-mips@linux-mips.org or your "
"vendor.\n", name);
#ifdef CONFIG_PCI_DOMAINS
- panic("To avoid data corruption io_map_base MUST be set with "
+ printk(KERN_WARNING "To avoid data corruption io_map_base MUST be set with "
"multiple PCI domains.");
#endif
}