kexec: use Crash kernel for Crash kernel low

We can extend kexec-tools to support multiple "Crash kernel" in /proc/iomem
instead.

So we can use "Crash kernel" instead of "Crash kernel low" in /proc/iomem.

Suggested-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1366089828-19692-3-git-send-email-yinghai@kernel.org
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

authored by Yinghai Lu and committed by H. Peter Anvin 157752d8 adbc742b

Changed files
+1 -1
kernel
+1 -1
kernel/kexec.c
··· 55 55 .flags = IORESOURCE_BUSY | IORESOURCE_MEM 56 56 }; 57 57 struct resource crashk_low_res = { 58 - .name = "Crash kernel low", 58 + .name = "Crash kernel", 59 59 .start = 0, 60 60 .end = 0, 61 61 .flags = IORESOURCE_BUSY | IORESOURCE_MEM