OSDN Git Service

accel/tcg: Remove env_tlb()
authorAnton Johansson <anjo@rev.ng>
Thu, 14 Sep 2023 01:57:20 +0000 (18:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit623912cc140c8778edb1e8f1e29853b1256866cb
tree0717a934b81186a9ef17f49ee12238a233a30677
parent73fda56f33151331b86bba5f6d1fbd001902776b
accel/tcg: Remove env_tlb()

The function is no longer used to access the TLB,
and has been replaced by cpu->neg.tlb.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230912153428.17816-9-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[rth: Merge comment update patch]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-all.h
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc