drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git] / arch / x86 / kernel / vmcore_info_32.c
blob5995a749288a95de65bcc5fc128a41b7ae20450a
1 // SPDX-License-Identifier: GPL-2.0-only
3 #include <linux/vmcore_info.h>
4 #include <linux/pgtable.h>
6 #include <asm/setup.h>
8 void arch_crash_save_vmcoreinfo(void)
10 #ifdef CONFIG_NUMA
11 VMCOREINFO_SYMBOL(node_data);
12 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
13 #endif
14 #ifdef CONFIG_X86_PAE
15 VMCOREINFO_CONFIG(X86_PAE);
16 #endif