On 22/6/26 21:31, Daniel Henrique Barboza wrote:
riscv_imsic.c is the only caller. Having it sitting in the TCG only cpu_helper.c gets in the way of --disable-tcg for no good reason.Signed-off-by: Daniel Henrique Barboza <[email protected]> --- hw/intc/riscv_imsic.c | 11 +++++++++++ target/riscv/cpu.h | 3 --- target/riscv/tcg/cpu_helper.c | 10 ---------- 3 files changed, 11 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
