linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: x86: move do_IRQ to common_interrupt in entry_64.rst
@ 2022-08-29 15:53 Tuo Cao
  0 siblings, 0 replies; only message in thread
From: Tuo Cao @ 2022-08-29 15:53 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86, hpa, corbet
  Cc: linux-kernel, linux-doc, 91tuocao

do_IRQ has been replaced by common_interrupt in commit
fa5e5c409213 ("x86/entry: Use idtentry for interrupts").
Move do_IRQ to common_interrupt.

Signed-off-by: Tuo Cao <91tuocao@gmail.com>
---
 Documentation/x86/entry_64.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/entry_64.rst b/Documentation/x86/entry_64.rst
index e433e08f7018..e27f1fa796db 100644
--- a/Documentation/x86/entry_64.rst
+++ b/Documentation/x86/entry_64.rst
@@ -33,7 +33,7 @@ Some of these entries are:
  - interrupt: An array of entries.  Every IDT vector that doesn't
    explicitly point somewhere else gets set to the corresponding
    value in interrupts.  These point to a whole array of
-   magically-generated functions that make their way to do_IRQ with
+   magically-generated functions that make their way to common_interrupt with
    the interrupt number as a parameter.
 
  - APIC interrupts: Various special-purpose interrupts for things
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-29 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29 15:53 [PATCH] docs: x86: move do_IRQ to common_interrupt in entry_64.rst Tuo Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).