|
@@ -208,6 +208,7 @@ void machine_kexec_cleanup(struct kimage *image)
|
|
void arch_crash_save_vmcoreinfo(void)
|
|
void arch_crash_save_vmcoreinfo(void)
|
|
{
|
|
{
|
|
VMCOREINFO_SYMBOL(lowcore_ptr);
|
|
VMCOREINFO_SYMBOL(lowcore_ptr);
|
|
|
|
+ VMCOREINFO_SYMBOL(high_memory);
|
|
VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS);
|
|
VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS);
|
|
}
|
|
}
|
|
|
|
|