mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Move mmap_lock(), mmap_unlock() declarations and the WITH_MMAP_LOCK_GUARD() definition to 'exec/page-protection.h'. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-5-philmd@linaro.org>
This commit is contained in:
parent
edf3bce969
commit
487a31e0ac
7 changed files with 29 additions and 17 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
|
||||
#include "qemu.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "user-internals.h"
|
||||
#include "loader.h"
|
||||
#include "user-mmap.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue