]> git.hungrycats.org Git - linux/commit
riscv: Remove duplicated GET_RM
authorChunyan Zhang <zhangchunyan@iscas.ac.cn>
Tue, 8 Oct 2024 09:41:39 +0000 (17:41 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Fri, 25 Oct 2024 13:18:42 +0000 (06:18 -0700)
commit164f66de6bb6ef454893f193c898dc8f1da6d18b
tree05c55d1bbd6e111471538dc7c4a235aff109f626
parent46d4e5ac6f2f801f97bcd0ec82365969197dc9b1
riscv: Remove duplicated GET_RM

The macro GET_RM defined twice in this file, one can be removed.

Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Signed-off-by: Chunyan Zhang <zhangchunyan@iscas.ac.cn>
Fixes: 956d705dd279 ("riscv: Unaligned load/store handling for M_MODE")
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20241008094141.549248-3-zhangchunyan@iscas.ac.cn
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/traps_misaligned.c