Attention is currently required from: Philipp Hug, ron minnich.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74570 )
Change subject: arch/risc/mcall.h: Make the stack pointer global ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-174558): https://review.coreboot.org/c/coreboot/+/74570/comment/4459930c_f89c96c9 PS1, Line 8: Possible unwrapped commit description (prefer a maximum 72 chars per line)
File src/arch/riscv/include/mcall.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-174558): https://review.coreboot.org/c/coreboot/+/74570/comment/a18770cc_57d10a54 PS1, Line 61: (void*)((current_stack_pointer + RISCV_PGSIZE) & -RISCV_PGSIZE); }) "(foo*)" should be "(foo *)"