On 13/3/25 04:44, Richard Henderson wrote:
Split out mmap_lock, et al from page-protection.h
to a new header.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
accel/tcg/internal-target.h | 1 +
include/exec/mmap-lock.h | 33 +++++++++++++++++++++++++++++++++
What about include/accel/tcg/mmap-lock.h?
include/exec/page-protection.h | 22 ----------------------
accel/tcg/cpu-exec.c | 1 +
accel/tcg/tb-maint.c | 1 +
accel/tcg/translate-all.c | 1 +
linux-user/arm/cpu_loop.c | 1 +
linux-user/elfload.c | 1 +
linux-user/flatload.c | 1 +
linux-user/mmap.c | 1 +
linux-user/syscall.c | 1 +
target/arm/helper.c | 1 +
12 files changed, 43 insertions(+), 22 deletions(-)
create mode 100644 include/exec/mmap-lock.h