commit | 232afac113dab9880a5e3a002d63b61d554a4b89 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jan 11 12:40:25 2016 +0000 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Sat Jan 16 12:01:23 2016 +0000 |
tree | a35690c60e4c3d66f383cad69a6bb09fa29fb9d6 | |
parent | 4552a09dd4055c806b7df8c595dc0fb8951834be [diff] |
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>