qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/7] target/arm: Fold regime_tcr() and regime_tcr_value() tog


From: Richard Henderson
Subject: Re: [PATCH 3/7] target/arm: Fold regime_tcr() and regime_tcr_value() together
Date: Fri, 15 Jul 2022 04:48:43 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 7/14/22 18:52, Peter Maydell wrote:
The only caller of regime_tcr() is now regime_tcr_value(); fold the
two together, and use the shorter and more natural 'regime_tcr'
name for the new function.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/internals.h  | 16 +++++-----------
  target/arm/helper.c     |  6 +++---
  target/arm/ptw.c        |  6 +++---
  target/arm/tlb_helper.c |  2 +-
  4 files changed, 12 insertions(+), 18 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]