cpu/x86/smm: Fix typo
Change-Id: I28f262078cf7f5ec4ed707639e845710a8cc56ea Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/53926 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
a04256f55b
commit
b1101cc1c3
|
@ -97,7 +97,7 @@ smm_trampoline32:
|
||||||
movw %ax, %gs
|
movw %ax, %gs
|
||||||
|
|
||||||
/* The CPU number is calculated by reading the initial APIC id. Since
|
/* The CPU number is calculated by reading the initial APIC id. Since
|
||||||
* the OS can maniuplate the APIC id use the non-changing cpuid result
|
* the OS can manipulate the APIC id use the non-changing cpuid result
|
||||||
* for APIC id (eax). A table is used to handle a discontiguous
|
* for APIC id (eax). A table is used to handle a discontiguous
|
||||||
* APIC id space. */
|
* APIC id space. */
|
||||||
apic_id:
|
apic_id:
|
||||||
|
|
Loading…
Reference in New Issue