]> git.ipfire.org Git - thirdparty/qemu.git/commit
translate-all: Remove tb_alloc
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Oct 2019 16:20:47 +0000 (12:20 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Oct 2019 09:35:23 +0000 (10:35 +0100)
commitfe9b676fb3160496b4b2bf0c57d33be724bf04c3
tree4af5d3fe83acae194d9c697e2011b6e0df240dc7
parent1b1940026c95b941d9cf75bd38b37fe3feaa78a7
translate-all: Remove tb_alloc

Since 2ac01d6dafab, this function does only two things: assert a
lock is held, and call tcg_tb_alloc.  It is used exactly once,
and its user has already done the assert.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Clement Deschamps <clement.deschamps@greensocs.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c