On 22/6/26 21:31, Daniel Henrique Barboza wrote:
There's no need for it to be in cpu_helper since riscv_aclint is the only caller.Signed-off-by: Daniel Henrique Barboza <[email protected]> --- hw/intc/riscv_aclint.c | 8 ++++++++ target/riscv/cpu.h | 2 -- target/riscv/tcg/cpu_helper.c | 7 ------- 3 files changed, 8 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
