From 9d0ac7b5da9f94224cbc9fcb2f60a84b15fc68fa Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 29 Jun 2024 18:49:14 -0400 Subject: kernel/amd64: lapic: Improve accuracy of comment Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/lapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/amd64/amd64/lapic.c b/sys/arch/amd64/amd64/lapic.c index 6d17926..317255a 100644 --- a/sys/arch/amd64/amd64/lapic.c +++ b/sys/arch/amd64/amd64/lapic.c @@ -223,7 +223,7 @@ lapic_reg_clear(uint32_t reg, uint32_t value) /* * Hardware and software enable the Local APIC - * through IA32_APIC_BASE_MSR + * through IA32_APIC_BASE_MSR and the SVR. */ static inline void lapic_enable(const struct cpu_info *ci) -- cgit v1.2.3