Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/entry: Remove now unused do_IRQ() declaration

do_IRQ() has been replaced by common_interrupt() in

fa5e5c409213 ("x86/entry: Use idtentry for interrupts")

Remove its now unused declaration.

Signed-off-by: Hao Lee <haolee.swjtu@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210103030834.GA15432@haolee.github.io

authored by

Hao Lee and committed by
Borislav Petkov
11aa1415 4af0e6e3

-2
-2
arch/x86/include/asm/irq.h
··· 40 40 41 41 extern void __handle_irq(struct irq_desc *desc, struct pt_regs *regs); 42 42 43 - extern __visible void do_IRQ(struct pt_regs *regs, unsigned long vector); 44 - 45 43 extern void init_ISA_irqs(void); 46 44 47 45 extern void __init init_IRQ(void);