]> git.ipfire.org Git - thirdparty/qemu.git/commit
cputlb: Hoist tlb portions in tlb_mmu_resize_locked
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 7 Dec 2019 19:58:50 +0000 (11:58 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 Jan 2020 00:21:59 +0000 (14:21 -1000)
commit71ccd47ba5509f36a3dee54fe009529b67ccbd7c
treeee2a95452019a6cef25dc5c4c1236f3206a7c5ec
parent722a1c1e97c1edeca5ad458ad2ce3441b47f0440
cputlb: Hoist tlb portions in tlb_mmu_resize_locked

No functional change, but the smaller expressions make
the code easier to read.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c