target-sparc: Don't flush TLB in cpu_load function
commit232afac113dab9880a5e3a002d63b61d554a4b89
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Jan 2016 12:40:25 +0000 (11 12:40 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 16 Jan 2016 12:01:23 +0000 (16 12:01 +0000)
treea35690c60e4c3d66f383cad69a6bb09fa29fb9d6
parent4552a09dd4055c806b7df8c595dc0fb8951834be
target-sparc: Don't flush TLB in cpu_load function

There's no need to flush the TLB in the SPARC cpu_load function: we're
guaranteed to be loading state into a fresh clean configuration.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
target-sparc/machine.c