All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/entry: Remove deprecated do_IRQ declaration
@ 2021-01-03  3:08 Hao Lee
  2021-01-12 14:14 ` [tip: x86/cleanups] x86/entry: Remove now unused do_IRQ() declaration tip-bot2 for Hao Lee
  0 siblings, 1 reply; 2+ messages in thread
From: Hao Lee @ 2021-01-03  3:08 UTC (permalink / raw)
  To: tglx
  Cc: mingo, bp, x86, hpa, luto, alexandre.chartre, linux-kernel, haolee.swjtu

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@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip: x86/cleanups] x86/entry: Remove now unused do_IRQ() declaration
  2021-01-03  3:08 [PATCH] x86/entry: Remove deprecated do_IRQ declaration Hao Lee
@ 2021-01-12 14:14 ` tip-bot2 for Hao Lee
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Hao Lee @ 2021-01-12 14:14 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Hao Lee, Borislav Petkov, x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     11aa1415d8bd2920ce884356479eabbd64b1df2a
Gitweb:        https://git.kernel.org/tip/11aa1415d8bd2920ce884356479eabbd64b1df2a
Author:        Hao Lee <haolee.swjtu@gmail.com>
AuthorDate:    Sun, 03 Jan 2021 03:08:34 
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Tue, 12 Jan 2021 14:37:37 +01:00

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
---
 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 528c8a7..76d3896 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);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-12 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03  3:08 [PATCH] x86/entry: Remove deprecated do_IRQ declaration Hao Lee
2021-01-12 14:14 ` [tip: x86/cleanups] x86/entry: Remove now unused do_IRQ() declaration tip-bot2 for Hao Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.