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 /bsd-user/mmap.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 'bsd-user/mmap.c')
| -rw-r--r-- | bsd-user/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 3f0df79c37..47e317517c 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -17,6 +17,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" +#include "exec/mmap-lock.h" #include "exec/page-protection.h" #include "user/page-protection.h" |