commit | 0ca7e01cbc5f2850560e6a170ae1e4541aecce17 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 20 17:58:33 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Apr 21 18:10:44 2012 +0000 |
tree | 3f920fddace3ac71866734b8d4a6ba68988d8399 | |
parent | 64e1671fd46669f097763f71b9a8cbcc0bf61cce [diff] |
target-arm: Move SCTLR reset value setup to per cpu init fns Move the reset value of SCTLR to ARMCPU, initialised in the per-cpu init functions. It can then be reset by a simple copy, and we can drop the code from cpu_reset_model_id(). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Andreas Färber <afaerber@suse.de>