commit | 581be09434f155ebe0ee7b532c20974843188958 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 20 17:58:31 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 21 18:07:21 2012 +0000 |
tree | d916958cef310823ecfc058684e7234d81c14589 | |
parent | 777dc78411865f2721f8728c71edb0b215da57fc [diff] |
target-arm: Move feature bit settings to CPU init fns Move the setting of the feature bits from cpu_reset_model_id() to each CPU's instance init function. This requires us to move the features field in CPUARMState so that it is not cleared on reset. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Andreas Färber <afaerber@suse.de>