diff options
Diffstat (limited to 'SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch')
-rw-r--r-- | SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch b/SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch index 1151101..8bb55fd 100644 --- a/SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch +++ b/SOURCES/0001-kdump-add-support-for-crashkernel-auto.patch @@ -160,7 +160,7 @@ index 2da65fef2a1c..d53a524f80f0 100644 Boot into System Kernel diff --git a/kernel/crash_core.c b/kernel/crash_core.c -index d631d22089ba..c252221b2f4b 100644 +index e4dfe2a05a31..8c6f59932247 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c @@ -258,6 +258,20 @@ static int __init __parse_crashkernel(char *cmdline, @@ -185,5 +185,5 @@ index d631d22089ba..c252221b2f4b 100644 * if the commandline contains a ':', then that's the extended * syntax -- if not, it must be the classic syntax -- -2.26.2 +2.28.0 |