Attention is currently required from: Xiang W, Philipp Hug, ron minnich. Hello build bot (Jenkins), Philipp Hug, ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/53945
to look at the new patch set (#3).
Change subject: arch/riscv: Fix the method of detecting and removing mcause.interrupt ......................................................................
arch/riscv: Fix the method of detecting and removing mcause.interrupt
The length of mcause is related to the word length of the machine. It is inappropriate to use constants to detect and remove macuse.interrupt. This patch uses the gcc built-in macro __riscv_xlen to detect and remove mcause.interrupt
Change-Id: I516fbec1dba11ce6efd3523555c48e972d2cf418 Signed-off-by: Xiang W wxjstz@126.com --- M src/arch/riscv/trap_handler.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/53945/3