OSDN Git Service

target-arm: Move FPSID config to cpu init fns
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2012 17:58:32 +0000 (17:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 21 Apr 2012 18:08:12 +0000 (18:08 +0000)
commit325b3ceff69c987e90acf9c8ef6f55e646b39767
tree8787ebd7d09584616ee60180666ef842da515930
parent581be09434f155ebe0ee7b532c20974843188958
target-arm: Move FPSID config to cpu init fns

Move the reset FPSID to the ARMCPU struct, and set it in the
per-implementation instance init function. At reset we then
just copy the reset value into the CPUARMState field.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Andreas Färber <afaerber@suse.de>
target-arm/cpu-qom.h
target-arm/cpu.c
target-arm/helper.c