![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 0003 #include <linux/crash_core.h> 0004 #include <linux/pgtable.h> 0005 0006 #include <asm/setup.h> 0007 0008 void arch_crash_save_vmcoreinfo(void) 0009 { 0010 #ifdef CONFIG_NUMA 0011 VMCOREINFO_SYMBOL(node_data); 0012 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); 0013 #endif 0014 #ifdef CONFIG_X86_PAE 0015 VMCOREINFO_CONFIG(X86_PAE); 0016 #endif 0017 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |