summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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)