aboutsummaryrefslogtreecommitdiff
path: root/x86_64/locore.S
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-13 00:57:14 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-13 00:57:14 +0200
commitd6ca407ed23159d161309740c5bf342d13edcc43 (patch)
tree27ac659129ff79a47eec7fdae1f63c1c5162f023 /x86_64/locore.S
parent6dcf01215edfd49a97c86e7c0d49e0d75785cf84 (diff)
downloadgnumach-d6ca407ed23159d161309740c5bf342d13edcc43.tar.gz
gnumach-d6ca407ed23159d161309740c5bf342d13edcc43.tar.bz2
gnumach-d6ca407ed23159d161309740c5bf342d13edcc43.zip
IPI: Rework irq names and fix x86_64 build
Diffstat (limited to 'x86_64/locore.S')
-rw-r--r--x86_64/locore.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64/locore.S b/x86_64/locore.S
index 1ac7575e..def73d89 100644
--- a/x86_64/locore.S
+++ b/x86_64/locore.S
@@ -769,8 +769,8 @@ INTERRUPT(21)
INTERRUPT(22)
INTERRUPT(23)
#endif
-/* Invalidate TLB IPI to call pmap_update_interrupt() on a specific cpu */
-INTERRUPT(CALL_SINGLE_FUNCTION_BASE)
+INTERRUPT(CALL_AST_CHECK)
+INTERRUPT(CALL_PMAP_UPDATE)
#ifdef APIC
/* Spurious interrupt, set irq number to vect number */
INTERRUPT(255)