On 3/1/23 19:16, Richard Henderson wrote:
Remove the cfgend variable entirely and reuse the property accessor functions created for reset-hivecs. This removes the last setting of cpu->reset_sctlr, to we can remove that
s/to/so/?
as well, using only the class value. Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/cpu.h | 8 -------- target/arm/cpu.c | 26 ++++++++++++-------------- target/arm/helper.c | 4 ++-- 3 files changed, 14 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>