lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 3 Jan 2021 03:08:34 +0000 From: Hao Lee <haolee.swjtu@...il.com> To: tglx@...utronix.de Cc: mingo@...hat.com, bp@...en8.de, x86@...nel.org, hpa@...or.com, luto@...nel.org, alexandre.chartre@...cle.com, linux-kernel@...r.kernel.org, haolee.swjtu@...il.com Subject: [PATCH] x86/entry: Remove deprecated do_IRQ declaration do_IRQ has been replaced by common_interrupt in commit fa5e5c409213 ("x86/entry: Use idtentry for interrupts") Remove its declaration. Signed-off-by: Hao Lee <haolee.swjtu@...il.com> --- arch/x86/include/asm/irq.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index 528c8a71fe7f..76d389691b5b 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -40,8 +40,6 @@ extern void native_init_IRQ(void); extern void __handle_irq(struct irq_desc *desc, struct pt_regs *regs); -extern __visible void do_IRQ(struct pt_regs *regs, unsigned long vector); - extern void init_ISA_irqs(void); extern void __init init_IRQ(void); -- 2.24.1
Powered by blists - more mailing lists