Merge remote-tracking branch 'lsk/v3.10/topic/gator' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / arch / arm / kernel / machine_kexec.c
index 163b160c69e90c4d343b18d8cd7b30726c011a1f..c3ef920823b6051a7926edf691e35d7e282afd0c 100644 (file)
@@ -169,3 +169,10 @@ void machine_kexec(struct kimage *image)
 
        soft_restart(reboot_code_buffer_phys);
 }
+
+void arch_crash_save_vmcoreinfo(void)
+{
+#ifdef CONFIG_ARM_LPAE
+       VMCOREINFO_CONFIG(ARM_LPAE);
+#endif
+}