build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63474 )
Change subject: cpu/x86/smm: Refactor creating a stub/save state map ......................................................................
Patch Set 2:
(2 comments)
File src/cpu/x86/smm/smm_module_loader.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145819): https://review.coreboot.org/c/coreboot/+/63474/comment/8f4e9291_e5fd104b PS2, Line 106: const size_t cpus_per_segment = (SMM_CODE_SEGMENT_SIZE - SMM_ENTRY_OFFSET) / needed_ss_size; line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145819): https://review.coreboot.org/c/coreboot/+/63474/comment/88d33132_1e7e70ad PS2, Line 127: printk(BIOS_DEBUG, " Stub [0x%lx-0x%lx[\n", cpus[i].code_start, cpus[i].code_end); line over 96 characters