1 // SPDX-License-Identifier: GPL-2.0-only
3 #include <linux/vmcore_info.h>
4 #include <linux/pgtable.h>
8 void arch_crash_save_vmcoreinfo(void)
11 VMCOREINFO_SYMBOL(node_data
);
12 VMCOREINFO_LENGTH(node_data
, MAX_NUMNODES
);
15 VMCOREINFO_CONFIG(X86_PAE
);