207225c686
The do_smm struct element in the mp_state struct was an int even though it only had two possible states, so change it to bool to make this more obvious. Also change the return type of is_smm_enabled from int to bool. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8d2d95f0497649d67565243d14a5ab9c9cdda412 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65776 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> |
||
---|---|---|
.. | ||
64bit | ||
lapic | ||
mtrr | ||
name | ||
pae | ||
smm | ||
tsc | ||
Kconfig | ||
Kconfig.debug_cpu | ||
Makefile.inc | ||
backup_default_smm.c | ||
cpu_info.S.inc | ||
early_reset.S | ||
entry16.S | ||
entry32.S | ||
mp_init.c | ||
reset16.S | ||
sipi_vector.S | ||
smi_trigger.c | ||
sse_enable.inc |