diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-29 18:49:14 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-29 18:49:14 -0400 |
commit | 9d0ac7b5da9f94224cbc9fcb2f60a84b15fc68fa (patch) | |
tree | b5d77a876c8695f4931534ff630a8fb376dd7e18 | |
parent | 9113fa42e6794e39d7233e17e8106f677ad04d94 (diff) |
kernel/amd64: lapic: Improve accuracy of comment
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/arch/amd64/amd64/lapic.c | 2 |
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) |