diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-08-21 10:49:19 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-23 15:43:14 +0200 |
commit | ccf78f083cd2811c401db08b002b2b3c5273db26 (patch) | |
tree | 176104cfdc8506bd13499eedfdb0a3fc80d87526 /src/include/cpu/x86/lapic.h | |
parent | 7378d925a3bb374f549b51e8d21ec2de059e1cd5 (diff) |
src/include: Capitalize APIC and SMM
Change-Id: I9b3a2cce6c6bb85791d5cde076d5de95ef0e8790
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16278
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Diffstat (limited to 'src/include/cpu/x86/lapic.h')
-rw-r--r-- | src/include/cpu/x86/lapic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cpu/x86/lapic.h b/src/include/cpu/x86/lapic.h index 16bc42db7f..dfcb4da032 100644 --- a/src/include/cpu/x86/lapic.h +++ b/src/include/cpu/x86/lapic.h @@ -6,7 +6,7 @@ #include <halt.h> #include <smp/node.h> -/* See if I need to initialize the local apic */ +/* See if I need to initialize the local APIC */ #if CONFIG_SMP || CONFIG_IOAPIC # define NEED_LAPIC 1 #else |