OSDN Git Service

cputlb: Remove tcg_enabled hack from tlb_flush_nocheck
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 20 Oct 2018 20:28:04 +0000 (13:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Oct 2018 12:15:57 +0000 (12:15 +0000)
commit8ab102667e4c700082e2e923905e0b443518795c
treecc809a627d9ccb63c25d96743af04895b14132ff
parent53d284554cfb476a43807fe94fa59909ed5d9ff8
cputlb: Remove tcg_enabled hack from tlb_flush_nocheck

The bugs this was working around were fixed with commits
022d6378c7fd  target/unicore32: remove tlb_flush from uc32_init_fn
6e11beecfde0  target/alpha: remove tlb_flush from alpha_cpu_initfn

Tested-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c