A little optimized update version number of SDM and corresponding public date, making it more accurate to retrieve. Signed-off-by: Jun Miao <jun.miao@xxxxxxxxx> --- arch/x86/kvm/lapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index d7639d126e6c..4c5493e08d2e 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c @@ -2260,7 +2260,7 @@ static int apic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, /* * APIC register must be aligned on 128-bits boundary. * 32/64/128 bits registers must be accessed thru 32 bits. - * Refer SDM 8.4.1 + * Refer SDM 11.4.1 (March 2023). */ if (len != 4 || (offset & 0xf)) return 0; -- 2.32.0