build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47072 )
Change subject: cpu/x86/mp_init.c: Allocate the smm relocation stack on the heap ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/47072/1/src/cpu/x86/mp_init.c File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/47072/1/src/cpu/x86/mp_init.c@780 PS1, Line 780: .stack_top = (void *)((uintptr_t)smm_stacks + num_cpus * CONFIG_SMM_STUB_STACK_SIZE), line over 96 characters