On 07/16/2017 10:03 AM, Emilio G. Cota wrote:
Reusing the have_tb_lock name, which is also defined in translate-all.c, makes code reviewing unnecessarily harder.Avoid potential confusion by renaming the local have_tb_lock variable to something else. Signed-off-by: Emilio G. Cota<c...@braap.org> --- accel/tcg/cpu-exec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~