]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Drop IS_M() macro
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jan 2017 15:20:22 +0000 (15:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Jan 2017 15:29:08 +0000 (15:29 +0000)
commit531c60a97ab51618b4b9ccef1c5fe00607079706
treec3d7a1db1a680d80416b996c4d816f98f913c586
parentfeb0b1aa11f14ee71660aba46b46387d1f923c9e
target/arm: Drop IS_M() macro

We only use the IS_M() macro in two places, and it's a bit of a
namespace grab to put in cpu.h.  Drop it in favour of just explicitly
calling arm_feature() in the places where it was used.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1485285380-10565-2-git-send-email-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c