target-arm: Move OMAP cp15_i_{max,min} reset to cpu_state_reset
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2012 17:58:35 +0000 (17:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 21 Apr 2012 18:12:27 +0000 (18:12 +0000)
commit8092d2f031e70eb2664d5fa1d9ed00ef1113ee71
tree1f7e54065213a1ef08d1bfcf2df2b76078504c70
parent2e4d7e3e3e97c4e0e68aca6221e3e7cb10b6041c
target-arm: Move OMAP cp15_i_{max,min} reset to cpu_state_reset

Move the OMAP-specific cp15_i_{max,min} reset to cpu_state_reset;
since these registers are only accessible on CPUs with the
OMAPCP feature set there's no need to guard this reset with
either a CPUID or feature bit check.

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