projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af0e6e
)
x86/entry: Remove now unused do_IRQ() declaration
author
Hao Lee
<haolee.swjtu@gmail.com>
Sun, 3 Jan 2021 03:08:34 +0000
(
03:08
+0000)
committer
Borislav Petkov
<bp@suse.de>
Tue, 12 Jan 2021 13:37:37 +0000
(14:37 +0100)
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
arch/x86/include/asm/irq.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/irq.h
b/arch/x86/include/asm/irq.h
index
528c8a7
..
76d3896
100644
(file)
--- 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);