diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-03-22 11:10:04 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-03 17:21:18 +0200 |
| commit | 22879b66800d4f84ff48f151867369e76e33f9a4 (patch) | |
| tree | cdb2217fb3e38ccd7f5403fdcda76d08f5231e4e /include/exec/cpu-all.h | |
| parent | f184f3856e82a6f4e96df6a77118d6a2e1a9059b (diff) | |
| download | focaccia-qemu-22879b66800d4f84ff48f151867369e76e33f9a4.tar.gz focaccia-qemu-22879b66800d4f84ff48f151867369e76e33f9a4.zip | |
user: Move 'abitypes.h' from 'exec/user' to 'user'
Keep all user emulation headers under the same user/ directory. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240503125202.35667-1-philmd@linaro.org>
Diffstat (limited to 'include/exec/cpu-all.h')
| -rw-r--r-- | include/exec/cpu-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index e75ec13cd0..032c6d990e 100644 --- a/include/exec/cpu-all.h +++ b/include/exec/cpu-all.h @@ -64,7 +64,7 @@ /* MMU memory access macros */ #if defined(CONFIG_USER_ONLY) -#include "exec/user/abitypes.h" +#include "user/abitypes.h" /* * If non-zero, the guest virtual address space is a contiguous subset |