Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 157752d

Browse files
Yinghai LuH. Peter Anvin
authored andcommitted
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 <[email protected]> Signed-off-by: Yinghai Lu <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Acked-by: Vivek Goyal <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
1 parent adbc742 commit 157752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct resource crashk_res = {
5555
.flags = IORESOURCE_BUSY | IORESOURCE_MEM
5656
};
5757
struct resource crashk_low_res = {
58-
.name = "Crash kernel low",
58+
.name = "Crash kernel",
5959
.start = 0,
6060
.end = 0,
6161
.flags = IORESOURCE_BUSY | IORESOURCE_MEM

0 commit comments

Comments
 (0)