]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/kexec.c
arm: imx: tx6: mfgtool defconfig
[karo-tx-linux.git] / kernel / kexec.c
index 369f41a9412481029354034d4c6e0193fe132f56..4b8f0c9258843246e9233b0a01f60455725feba9 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/swap.h>
 #include <linux/syscore_ops.h>
 #include <linux/compiler.h>
+#include <linux/hugetlb.h>
 
 #include <asm/page.h>
 #include <asm/uaccess.h>
@@ -1619,6 +1620,9 @@ static int __init crash_save_vmcoreinfo_init(void)
 #endif
        VMCOREINFO_NUMBER(PG_head_mask);
        VMCOREINFO_NUMBER(PAGE_BUDDY_MAPCOUNT_VALUE);
+#ifdef CONFIG_HUGETLBFS
+       VMCOREINFO_SYMBOL(free_huge_page);
+#endif
 
        arch_crash_save_vmcoreinfo();
        update_vmcoreinfo_note();