]> git.proxmox.com Git - mirror_qemu.git/commit
cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
authorEmilio G. Cota <cota@braap.org>
Wed, 12 Jul 2017 18:29:26 +0000 (14:29 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Oct 2017 14:37:10 +0000 (07:37 -0700)
commit841710c78e022cbc1f798cced035789725702dac
treee9a188cff4d7599f3d4c8e27854bb1344aa32e80
parent13e10947358f889d175c42e3db6fef368faeb7e0
cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c