aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuo Cao <91tuocao@gmail.com>2022-09-15 23:01:55 +0800
committerJonathan Corbet <corbet@lwn.net>2022-09-27 13:21:44 -0600
commita356c06699e2e9bde64b17fc220de3c01f0c7d20 (patch)
treee5d6ff5f49424f692dabf88683c77a94b4481732
parentusb: chipidea: clarify Documentation/ABI text (diff)
downloadlinux-dev-a356c06699e2e9bde64b17fc220de3c01f0c7d20.tar.xz
linux-dev-a356c06699e2e9bde64b17fc220de3c01f0c7d20.zip
docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt()
do_IRQ has been replaced by common_interrupt in commit fa5e5c409213 ("x86/entry: Use idtentry for interrupts"). Signed-off-by: Tuo Cao <91tuocao@gmail.com> Link: https://lore.kernel.org/r/20220915150155.9908-1-91tuocao@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/x86/entry_64.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/x86/entry_64.rst b/Documentation/x86/entry_64.rst
index e433e08f7018..0afdce3c06f4 100644
--- a/Documentation/x86/entry_64.rst
+++ b/Documentation/x86/entry_64.rst
@@ -33,8 +33,8 @@ 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
- the interrupt number as a parameter.
+ 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
like TLB shootdown.