|
From: | Richard Henderson |
Subject: | Re: [PATCH 08/10] target/arm: Move small helper functions to tlb-insns.c |
Date: | Tue, 10 Dec 2024 12:21:05 -0600 |
User-agent: | Mozilla Thunderbird |
On 12/10/24 10:04, Peter Maydell wrote:
The remaining functions that we temporarily made global are now used only from callsits in tlb-insns.c; move them across and make them file-local again. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> --- target/arm/cpregs.h | 34 ------ target/arm/helper.c | 220 ------------------------------------- target/arm/tcg/tlb-insns.c | 220 +++++++++++++++++++++++++++++++++++++ 3 files changed, 220 insertions(+), 254 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |