[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240816102219.883297-1-yuehaibing@huawei.com>
Date: Fri, 16 Aug 2024 18:22:19 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <bp@...en8.de>,
<dave.hansen@...ux.intel.com>, <x86@...nel.org>, <hpa@...or.com>,
<yuehaibing@...wei.com>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] x86/extable: Remove unused declaration fixup_bug()
Commit 15a416e8aaa7 ("x86/entry: Treat BUG/WARN as NMI-like entries")
removed the implementation but leave declaration.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
arch/x86/include/asm/extable.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/include/asm/extable.h b/arch/x86/include/asm/extable.h
index eeed395c3177..a0e0c6b50155 100644
--- a/arch/x86/include/asm/extable.h
+++ b/arch/x86/include/asm/extable.h
@@ -37,7 +37,6 @@ struct pt_regs;
extern int fixup_exception(struct pt_regs *regs, int trapnr,
unsigned long error_code, unsigned long fault_addr);
-extern int fixup_bug(struct pt_regs *regs, int trapnr);
extern int ex_get_fixup_type(unsigned long ip);
extern void early_fixup_exception(struct pt_regs *regs, int trapnr);
--
2.34.1
Powered by blists - more mailing lists