accel/tcg: Move tb_lookup to cpu-exec.c
commit632cb63d9282ca58b016b6f95abcc5e42e5bda0e
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jun 2021 19:31:19 +0000 (29 12:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 10 Jul 2021 03:23:19 +0000 (9 20:23 -0700)
treebf5aca77d1df08dd120c3eec23054214c562c724
parent4288eb26a08593d4ad53c07aca4f2193ab0d72af
accel/tcg: Move tb_lookup to cpu-exec.c

Now that we've moved helper_lookup_tb_ptr, the only user
of tb-lookup.h is cpu-exec.c; merge the contents in.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tb-lookup.h [deleted file]