accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 4 Oct 2022 22:24:36 +0000 (15:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commit0fe6108432ebbabbe12e53fba462770acb858a87
treea5af32f47871216247b82f900c70ba85498d3074
parente786509f29c3b4ea7e295f79e8e73e7a3b2f2818
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c

Since "target data" is always user-only, move it out of
translate-all.c to user-exec.c.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
accel/tcg/user-exec.c