The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Hao Lee <haolee.swjtu@gmail.com>
To: tglx@linutronix.de
Cc: mingo@redhat.com, bp@alien8.de, x86@kernel.org, hpa@zytor.com,
	luto@kernel.org, alexandre.chartre@oracle.com,
	linux-kernel@vger.kernel.org, haolee.swjtu@gmail.com
Subject: [PATCH] x86/entry: Remove deprecated do_IRQ declaration
Date: Sun, 3 Jan 2021 03:08:34 +0000	[thread overview]
Message-ID: <20210103030834.GA15432@haolee.github.io> (raw)

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


             reply	other threads:[~2021-01-03  3:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03  3:08 Hao Lee [this message]
2021-01-12 14:14 ` [tip: x86/cleanups] x86/entry: Remove now unused do_IRQ() declaration tip-bot2 for Hao Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210103030834.GA15432@haolee.github.io \
    --to=haolee.swjtu@gmail.com \
    --cc=alexandre.chartre@oracle.com \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox