docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt()
authorTuo Cao <91tuocao@gmail.com>
Thu, 15 Sep 2022 15:01:55 +0000 (23:01 +0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 27 Sep 2022 19:21:44 +0000 (13:21 -0600)
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>
Documentation/x86/entry_64.rst

index e433e08f701803379507003ee9d9ef610c652280..0afdce3c06f4f97d25f02803d8ae644e435d21a6 100644 (file)
@@ -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.