[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-157752d84f5df47e01577970f9c5f61a0b9f4546@git.kernel.org>
Date: Wed, 17 Apr 2013 15:57:00 -0700
From: tip-bot for Yinghai Lu <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
yinghai@...nel.org, tglx@...utronix.de, hpa@...ux.intel.com,
vgoyal@...hat.com
Subject: [tip:x86/kdump] kexec: use Crash kernel for Crash kernel low
Commit-ID: 157752d84f5df47e01577970f9c5f61a0b9f4546
Gitweb: http://git.kernel.org/tip/157752d84f5df47e01577970f9c5f61a0b9f4546
Author: Yinghai Lu <yinghai@...nel.org>
AuthorDate: Mon, 15 Apr 2013 22:23:46 -0700
Committer: H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Wed, 17 Apr 2013 12:35:34 -0700
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@...hat.com>
Signed-off-by: Yinghai Lu <yinghai@...nel.org>
Link: http://lkml.kernel.org/r/1366089828-19692-3-git-send-email-yinghai@kernel.org
Acked-by: Vivek Goyal <vgoyal@...hat.com>
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
---
kernel/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/kexec.c b/kernel/kexec.c
index 401fdb0..ffd4e11 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -55,7 +55,7 @@ struct resource crashk_res = {
.flags = IORESOURCE_BUSY | IORESOURCE_MEM
};
struct resource crashk_low_res = {
- .name = "Crash kernel low",
+ .name = "Crash kernel",
.start = 0,
.end = 0,
.flags = IORESOURCE_BUSY | IORESOURCE_MEM
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists