Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch: mips: update references to current linux-mips list

The linux-mips mailing list now lives at kernel.org. Update all references
in the kernel tree.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Lukas Bulwahn and committed by
Thomas Bogendoerfer
057a14d6 faf3c25e

+3 -3
+1 -1
arch/mips/kernel/r4k-bugs64.c
··· 18 18 static char bug64hit[] __initdata = 19 19 "reliable operation impossible!\n%s"; 20 20 static char nowar[] __initdata = 21 - "Please report to <linux-mips@linux-mips.org>."; 21 + "Please report to <linux-mips@vger.kernel.org>."; 22 22 static char r4kwar[] __initdata = 23 23 "Enable CPU_R4000_WORKAROUNDS to rectify."; 24 24 static char daddiwar[] __initdata =
+1 -1
arch/mips/lib/iomap-pci.c
··· 32 32 sprintf(name, "%04x:%02x", pci_domain_nr(bus), bus->number); 33 33 printk(KERN_WARNING "io_map_base of root PCI bus %s unset. " 34 34 "Trying to continue but you better\nfix this issue or " 35 - "report it to linux-mips@linux-mips.org or your " 35 + "report it to linux-mips@vger.kernel.org or your " 36 36 "vendor.\n", name); 37 37 #ifdef CONFIG_PCI_DOMAINS 38 38 panic("To avoid data corruption io_map_base MUST be set with "
+1 -1
arch/mips/sgi-ip32/ip32-irq.c
··· 343 343 printk("Register dump:\n"); 344 344 show_regs(get_irq_regs()); 345 345 346 - printk("Please mail this report to linux-mips@linux-mips.org\n"); 346 + printk("Please mail this report to linux-mips@vger.kernel.org\n"); 347 347 printk("Spinning..."); 348 348 while(1) ; 349 349 }