mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7804c84a56
commit
2c0b261fcd
5 changed files with 40 additions and 41 deletions
|
@ -17,14 +17,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
# ifdef TARGET_AARCH64
|
||||
# define TARGET_TAGGED_ADDRESSES
|
||||
# ifdef __FreeBSD__
|
||||
# define TARGET_PAGE_BITS 12
|
||||
# else
|
||||
# if defined(TARGET_AARCH64) && defined(CONFIG_LINUX)
|
||||
/* Allow user-only to vary page size from 4k */
|
||||
# define TARGET_PAGE_BITS_VARY
|
||||
# endif
|
||||
# else
|
||||
# define TARGET_PAGE_BITS 12
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue