]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
mips: Make sure kernel memory is in iomem
authorCorey Minyard <cminyard@mvista.com>
Tue, 12 Feb 2013 19:41:47 +0000 (19:41 +0000)
committerJohn Crispin <blogic@openwrt.org>
Tue, 19 Feb 2013 08:36:15 +0000 (09:36 +0100)
commitd3ff9338023236f39332b07b3afed76c490a5041
tree865e0b0563402d0ca52f65d27930a9ed8ee5c615
parent90a938d1add4859ad3e43c3dd5ee54bd0627e42d
mips: Make sure kernel memory is in iomem

Kernel memory isn't necessarily added to the memory tables, so it
wouldn't show up in /proc/iomem.  This was breaking kdump, which
requires these memory addresses to work correctly.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Acked-by: David Daney <ddaney@caviumnetworks.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/4937/
arch/mips/kernel/setup.c