From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- 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