summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-29 18:49:14 -0400
committerIan Moffett <ian@osmora.org>2024-06-29 18:49:14 -0400
commit9d0ac7b5da9f94224cbc9fcb2f60a84b15fc68fa (patch)
treeb5d77a876c8695f4931534ff630a8fb376dd7e18
parent9113fa42e6794e39d7233e17e8106f677ad04d94 (diff)
kernel/amd64: lapic: Improve accuracy of comment
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/arch/amd64/amd64/lapic.c2
1 files changed, 1 insertions, 1 deletions
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)