From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:57:06 +0000 Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5 --- kernel/kernel/crash_dump.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/kernel/crash_dump.c b/kernel/kernel/crash_dump.c index b64e238..92da322 100644 --- a/kernel/kernel/crash_dump.c +++ b/kernel/kernel/crash_dump.c @@ -1,14 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only #include <linux/kernel.h> #include <linux/crash_dump.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/export.h> - -/* - * If we have booted due to a crash, max_pfn will be a very low value. We need - * to know the amount of memory that the previous kernel used. - */ -unsigned long saved_max_pfn; /* * stores the physical address of elf header of crash image -- Gitblit v1.6.2