Re: [PATCH] x86/irq: Fix comment on IRQ vector layout

From: Sohil Mehta
Date: Tue Jun 18 2024 - 17:12:14 EST



>> * Vectors 0 ... 31 : system traps and exceptions - hardcoded events
>> * Vectors 32 ... 127 : device interrupts
>> * Vector 128 : legacy int80 syscall interface
>> - * Vectors 129 ... LOCAL_TIMER_VECTOR-1
>> - * Vectors LOCAL_TIMER_VECTOR ... 255 : special interrupts
>> + * Vectors 129 ... FIRST_SYSTEM_VECTOR-1
> Should this range be explicitly labeled as "device interrupts"?
>

I thought about that as well. I wasn't sure why it was left out in the
first place.

Will change it in the next version unless someone suggests otherwise.

-Sohil