target/alpha: remove tlb_flush from alpha_cpu_initfn
commit6e11beecfde0d8b7ed13164fbfb1cea30d66f9c9
authorEmilio G. Cota <cota@braap.org>
Tue, 9 Oct 2018 17:45:52 +0000 (9 13:45 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 19 Oct 2018 01:58:10 +0000 (18 18:58 -0700)
treea67c591f2eff7c2f0329d9774ca9ec71e93fef78
parent72fd2efbbd52c1a7974000a60a0c2131b1a4aaf2
target/alpha: remove tlb_flush from alpha_cpu_initfn

As far as I can tell tlb_flush does not need to be called
this early. tlb_flush is eventually called after the CPU
has been realized.

This change paves the way to the introduction of tlb_init,
which will be called from cpu_exec_realizefn.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <20181009174557.16125-2-cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/cpu.c