]> Git Repo - qemu.git/commit
target-arm: Move OMAP cp15_i_{max,min} reset to cpu_state_reset
authorPeter Maydell <[email protected]>
Fri, 20 Apr 2012 17:58:35 +0000 (17:58 +0000)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
target-arm/helper.c
This page took 0.026034 seconds and 4 git commands to generate.