accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)

Move declarations related to page protection under user
emulation from "exec/cpu-all.h" to "user/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-14-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2024-12-12 18:08:43 +01:00
parent 62ef949bbc
commit 187b7ca96a
7 changed files with 23 additions and 12 deletions

View file

@ -5,6 +5,7 @@
#include "exec/cpu_ldst.h"
#include "user/abitypes.h"
#include "user/page-protection.h"
#include "syscall_defs.h"
#include "target_syscall.h"