diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-12 17:42:03 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:24 -0700 |
| commit | 4705a71db5909ac5586e87397b2dece132b9e330 (patch) | |
| tree | 74bb84aa429c8cd467a0514f117168ec9e074598 /system/memory.c | |
| parent | 91a853837da22e35d140471058e5d73dbfa87707 (diff) | |
| download | focaccia-qemu-4705a71db5909ac5586e87397b2dece132b9e330.tar.gz focaccia-qemu-4705a71db5909ac5586e87397b2dece132b9e330.zip | |
include/system: Move exec/ram_addr.h to system/ram_addr.h
Convert the existing includes with sed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'system/memory.c')
| -rw-r--r-- | system/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/memory.c b/system/memory.c index a4185ea353..6a5d853071 100644 --- a/system/memory.c +++ b/system/memory.c @@ -26,7 +26,7 @@ #include "trace.h" #include "exec/memory-internal.h" -#include "exec/ram_addr.h" +#include "system/ram_addr.h" #include "system/kvm.h" #include "system/runstate.h" #include "system/tcg.h" |