kernel/kernel/crash_dump.c
.. .. @@ -1,14 +1,9 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 #include <linux/kernel.h> 2 3 #include <linux/crash_dump.h> 3 4 #include <linux/init.h> 4 5 #include <linux/errno.h> 5 6 #include <linux/export.h> 6 -7 -/*8 - * If we have booted due to a crash, max_pfn will be a very low value. We need9 - * to know the amount of memory that the previous kernel used.10 - */11 -unsigned long saved_max_pfn;12 7 13 8 /* 14 9 * stores the physical address of elf header of crash image