]> xenbits.xensource.com Git - xen.git/commit
x86/IDT: Rename X86_NR_VECTORS to X86_IDT_VECTORS
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 2 Jan 2025 16:56:59 +0000 (16:56 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 4 Mar 2025 19:46:41 +0000 (19:46 +0000)
commit83e043ee72b8c2fe1d620d137c20a2ffb040da01
treeef949ac44c7e6c26b38c6da666b034a722455820
parentc58b1b11f59879d42aaac188ebe8c610a15e6816
x86/IDT: Rename X86_NR_VECTORS to X86_IDT_VECTORS

Observant readers may have noticed that the FRED spec has another 8 bits of
space reserved immediately following the vector field.

Make the existing constant more precise.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
13 files changed:
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmx/intr.c
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/include/asm/hvm/vmx/vmcs.h
xen/arch/x86/include/asm/irq.h
xen/arch/x86/include/asm/x86-defns.h
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/pv/callback.c
xen/arch/x86/pv/domain.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/entry.S