hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/x86/include/asm/irq_vectors.h
....@@ -18,8 +18,8 @@
1818 * Vectors 0 ... 31 : system traps and exceptions - hardcoded events
1919 * Vectors 32 ... 127 : device interrupts
2020 * Vector 128 : legacy int80 syscall interface
21
- * Vectors 129 ... INVALIDATE_TLB_VECTOR_START-1 except 204 : device interrupts
22
- * Vectors INVALIDATE_TLB_VECTOR_START ... 255 : special interrupts
21
+ * Vectors 129 ... LOCAL_TIMER_VECTOR-1
22
+ * Vectors LOCAL_TIMER_VECTOR ... 255 : special interrupts
2323 *
2424 * 64-bit x86 has per CPU IDT tables, 32-bit has one shared IDT table.
2525 *