From 1b1d4b7ae653e56ec7cdeec438487ae7ded0e62a Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Thu, 7 Jul 2016 20:53:29 +0200 Subject: arch/riscv: Enable unaligned load handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If1c63971335a6e2963e01352acfa4bd0c1d86bc2 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/15590 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/arch/riscv/include/arch/exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/riscv/include') diff --git a/src/arch/riscv/include/arch/exception.h b/src/arch/riscv/include/arch/exception.h index 28b9279707..fc57b3b55c 100644 --- a/src/arch/riscv/include/arch/exception.h +++ b/src/arch/riscv/include/arch/exception.h @@ -55,7 +55,7 @@ static inline void exception_init(void) void trap_handler(trapframe* tf); void handle_supervisor_call(trapframe* tf); -void handleMisalignedLoad(trapframe *tf); +void handle_misaligned_load(trapframe *tf); void handle_misaligned_store(trapframe *tf); #endif -- cgit v1.2.3