62134d33a6
Copy from home:dl9pf:branches:openSUSE:Factory/kexec-tools via accept of submit request 20658 revision 2. OBS-URL: https://build.opensuse.org/request/show/20658 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=4
14 lines
566 B
Diff
14 lines
566 B
Diff
diff --git a/kexec/arch/x86_64/crashdump-x86_64.h b/kexec/arch/x86_64/crashdump-x86_64.h
|
|
index 9f4dee9..0e83527 100644
|
|
--- a/kexec/arch/x86_64/crashdump-x86_64.h
|
|
+++ b/kexec/arch/x86_64/crashdump-x86_64.h
|
|
@@ -11,7 +11,7 @@ int load_crashdump_segments(struct kexec_info *info, char *mod_cmdline,
|
|
#define MAXMEM 0x3fffffffffffUL
|
|
|
|
/* Kernel text size */
|
|
-#define KERNEL_TEXT_SIZE (40UL*1024*1024)
|
|
+#define KERNEL_TEXT_SIZE (512UL*1024*1024)
|
|
|
|
#define CRASH_MAX_MEMMAP_NR (KEXEC_MAX_SEGMENTS + 1)
|
|
#define CRASH_MAX_MEMORY_RANGES (MAX_MEMORY_RANGES + 2)
|