diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-13 00:57:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-13 00:57:14 +0200 |
commit | d6ca407ed23159d161309740c5bf342d13edcc43 (patch) | |
tree | 27ac659129ff79a47eec7fdae1f63c1c5162f023 /i386/i386at/idt.h | |
parent | 6dcf01215edfd49a97c86e7c0d49e0d75785cf84 (diff) | |
download | gnumach-d6ca407ed23159d161309740c5bf342d13edcc43.tar.gz gnumach-d6ca407ed23159d161309740c5bf342d13edcc43.tar.bz2 gnumach-d6ca407ed23159d161309740c5bf342d13edcc43.zip |
IPI: Rework irq names and fix x86_64 build
Diffstat (limited to 'i386/i386at/idt.h')
-rw-r--r-- | i386/i386at/idt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/idt.h b/i386/i386at/idt.h index 1c30eb7d..19e0abe8 100644 --- a/i386/i386at/idt.h +++ b/i386/i386at/idt.h @@ -38,10 +38,10 @@ #define IOAPIC_SPURIOUS_BASE 0xff /* Remote -> local AST requests */ -#define CALL_LOCAL_AST_BASE 0xfa +#define CALL_AST_CHECK 0xfa /* Currently for TLB shootdowns */ -#define CALL_SINGLE_FUNCTION_BASE 0xfb +#define CALL_PMAP_UPDATE 0xfb #include <i386/idt-gen.h> |