On 30/9/25 06:13, Philippe Mathieu-Daudé wrote:
Rename cpu_flush_icache_range() as address_space_flush_icache_range(),
passing an address space by argument. The single caller, rom_reset(),
already operates on an address space. Use it.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>

Reviewed-by: Richard Henderson <[email protected]>

---
  include/exec/cpu-common.h | 2 --
  include/system/memory.h   | 2 ++
  hw/core/loader.c          | 2 +-
  system/physmem.c          | 5 ++---
  4 files changed, 5 insertions(+), 6 deletions(-)


Reply via email to