]> git.ipfire.org Git - thirdparty/qemu.git/commit
cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_locked
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 7 Dec 2019 19:07:05 +0000 (11:07 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 Jan 2020 00:21:59 +0000 (14:21 -1000)
commitf1293145d6063296bc4221269e8dec258cf6a33b
treeee8895b72611dc5f26236986742069350fad568d
parent755ee1f301b30d2cd248e162e3a438473eed3767
cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_locked

There is only one caller for tlb_table_flush_by_mmuidx.  Place
the result at the earlier line number, due to an expected user
in the near future.

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