mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
87f8eb1d30
commit
4d3ad3c3ba
14 changed files with 45 additions and 22 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "signal-common.h"
|
||||
#include "semihosting/common-semi.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "user/page-protection.h"
|
||||
#include "target/arm/syndrome.h"
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "user/tswap-target.h"
|
||||
#include "user/page-protection.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include "user/guest-base.h"
|
||||
#include "user-internals.h"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include "qemu.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "user-internals.h"
|
||||
#include "loader.h"
|
||||
#include "user-mmap.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "trace.h"
|
||||
#include "exec/log.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/tb-flush.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include "qemu.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "tcg/startup.h"
|
||||
#include "target_mman.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/mmap-lock.h"
|
||||
#include "exec/tb-flush.h"
|
||||
#include "exec/translation-block.h"
|
||||
#include <elf.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue