Re: [PATCH 2/3] x86/apic: Drop the APIC_MSR_BASE constant
On Wed, 22 Nov 2023, Andrew Cooper wrote: > Use MSR_X2APIC_FIRST from msr-index.h instead. > > Signed-off-by: Andrew Cooper Reviewed-by: Stefano Stabellini
[PATCH 2/3] x86/apic: Drop the APIC_MSR_BASE constant
Use MSR_X2APIC_FIRST from msr-index.h instead. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu --- xen/arch/x86/include/asm/apic.h| 4 ++-- xen/arch/x86/include/asm/apicdef.h | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/xen/arch/