target-arm: Move MVFR* setup to per 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:09:00 +0000 (18:09 +0000)
commitbd35c3553bfe6acb47034b1bfb2cf093684f406d
tree8e0b6c81f21d8e33c1e21f62f08b404fd7001bc3
parent325b3ceff69c987e90acf9c8ef6f55e646b39767
target-arm: Move MVFR* setup to per cpu init fns

Move the MVFR* VFP feature register values to ARMCPU,
so they are set up by the implementation-specific instance
init functions rather than in cpu_reset_model_id().

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