From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/arch/x86/include/asm/purgatory.h | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/kernel/arch/x86/include/asm/purgatory.h b/kernel/arch/x86/include/asm/purgatory.h index 92c34e5..5528e93 100644 --- a/kernel/arch/x86/include/asm/purgatory.h +++ b/kernel/arch/x86/include/asm/purgatory.h @@ -6,16 +6,6 @@ #include <linux/purgatory.h> extern void purgatory(void); -/* - * These forward declarations serve two purposes: - * - * 1) Make sparse happy when checking arch/purgatory - * 2) Document that these are required to be global so the symbol - * lookup in kexec works - */ -extern unsigned long purgatory_backup_dest; -extern unsigned long purgatory_backup_src; -extern unsigned long purgatory_backup_sz; #endif /* __ASSEMBLY__ */ #endif /* _ASM_PURGATORY_H */ -- Gitblit v1.6.2