commit | 0cc892fd97b2d232ae45a30aec342a2e0fb148aa | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 20 17:58:34 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 21 18:11:35 2012 +0000 |
tree | 3f7f864fa29ce6a00d22669b3f35664bf95d3e3f | |
parent | 4e851c380eda2bf27ff2ded85e4c80a342e6a72f [diff] |
target-arm: Move iWMMXT wCID reset to cpu_state_reset Move the iWMMXT wCID reset to cpu_state_reset(). Since we use the same value for all CPUs with this feature (with the major/minor revision fields set to the QEMU specific 'Q' value) there's no need to create an ARMCPU field just for this. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de>