diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-12 10:36:39 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:17 -0700 |
| commit | 4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f (patch) | |
| tree | 01b4b565c4b342976e36504bd9e89a977b3dc6a1 /target/arm/helper.c | |
| parent | 87f8eb1d30050d6df6cbd0c61eee6dc836451370 (diff) | |
| download | focaccia-qemu-4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f.tar.gz focaccia-qemu-4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f.zip | |
include/exec: Split out mmap-lock.h
Split out mmap_lock, et al from page-protection.h to a new header. 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 'target/arm/helper.c')
| -rw-r--r-- | target/arm/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/helper.c b/target/arm/helper.c index bb445e30cd..0454b06a6c 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -14,6 +14,7 @@ #include "cpu-features.h" #include "exec/helper-proto.h" #include "exec/page-protection.h" +#include "exec/mmap-lock.h" #include "qemu/main-loop.h" #include "qemu/timer.h" #include "qemu/bitops.h" |