]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Wed, 10 Jul 2013 04:21:42 +0000 (14:21 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2013 16:13:51 +0000 (17:13 +0100)
commita703eda18a5c3e9b45f2b9a337a3e1e16c836cf9
tree09c22ca681f9fbfd69c56660848df90c2e2e4ffc
parent12b10571141a20e1c23d3b597e55d5d1a3113265
target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup

The if block detecting OMAP/StrongARM modifies the id_cp_reginfo
.access fields in place. So there is no need to replicate the call
to define_arm_cp_reg(). Dropped, and let the OMAP case fall through
to the normal behaviour after the in-place modification.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 72aae9b8ebbc9a76d2b06faf8666ef8a4b34b92a.1373429432.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c