|
From: | Richard Henderson |
Subject: | Re: [RFC PATCH v2 17/19] target/arm: Move regime_using_lpae_format into internal.h |
Date: | Tue, 10 Jan 2023 21:46:27 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 1/9/23 14:42, Fabiano Rosas wrote:
This function is needed by common code (ptw.c), so move it along with the other regime_* functions in internal.h. When we enable the build without TCG, the tlb_helper.c file will not be present. Signed-off-by: Fabiano Rosas<farosas@suse.de> --- Richard: this cannot into ptw.c because that file is softmmu only --- target/arm/internals.h | 21 ++++++++++++++++++--- target/arm/tcg/tlb_helper.c | 18 ------------------ 2 files changed, 18 insertions(+), 21 deletions(-)
Not thrilled, because of the size of the function, but I have no better suggestions. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |