summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/machine_kexec_64.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2016-12-20 11:54:45 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2016-12-20 11:54:45 +1100
commit09fc92cf819f627c5c6c2fe4b8921950d9f81275 (patch)
tree9d43e3644f926bc169ab2a46945d6d61a8263247 /arch/x86/kernel/machine_kexec_64.c
parentb8317fd612ceb1d118275e92f66ded6fdf0a2023 (diff)
parente1f8c36b6eb3b4b793064ecd4f440c02e7fdbe00 (diff)
Merge branch 'akpm-current/current'
Diffstat (limited to 'arch/x86/kernel/machine_kexec_64.c')
-rw-r--r--arch/x86/kernel/machine_kexec_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/machine_kexec_64.c b/arch/x86/kernel/machine_kexec_64.c
index 307b1f4543de..2e3c34b1df37 100644
--- a/arch/x86/kernel/machine_kexec_64.c
+++ b/arch/x86/kernel/machine_kexec_64.c
@@ -338,6 +338,7 @@ void arch_crash_save_vmcoreinfo(void)
vmcoreinfo_append_str("KERNELOFFSET=%lx\n",
kaslr_offset());
VMCOREINFO_NUMBER(KERNEL_IMAGE_SIZE);
+ VMCOREINFO_PHYS_BASE(phys_base);
}
/* arch-dependent functionality related to kexec file-based syscall */