]> www.infradead.org Git - users/dwmw2/qemu.git/commit
accel/tcg: Make tb_htable_lookup static
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 16 Aug 2022 18:53:18 +0000 (13:53 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Sep 2022 07:04:26 +0000 (08:04 +0100)
commit0c90ba16e3b51381dc82b0f54532c6609261aea0
treebf3519fbca943e87adbbe0e4adb12e7e5ed0fd00
parent297368c74d077b24f0bb5c4f1ce541cc23d36815
accel/tcg: Make tb_htable_lookup static

The function is not used outside of cpu-exec.c.  Move it and
its subroutines up in the file, before the first use.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
include/exec/exec-all.h