]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Remove mmap_lock/unlock from watchpoint.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Mar 2025 17:37:23 +0000 (10:37 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:17 +0000 (14:08 -0700)
commit87f8eb1d30050d6df6cbd0c61eee6dc836451370
tree4da8a21d75029b4e52631c405efa5b1de92244ad
parent5c43a750b67d803588e0743e571ec055dbe6488f
accel/tcg: Remove mmap_lock/unlock from watchpoint.c

The mmap_lock is user-only, whereas watchpoint.c
is only compiled for system mode.

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>
accel/tcg/watchpoint.c