]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm: Remove unnecessary setting of feature bits
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:24 +0000 (15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 15:06:11 +0000 (16:06 +0100)
commitfb8ad9f2c1a82256b1ac384393a093a61201272f
tree770abe5f7e9e7e42555bc8720d96732daf915ba7
parent46d9dfdad65fa783691871622271a861466905c4
target-arm: Remove unnecessary setting of feature bits

FEATURE_V8 implies both FEATURE_V7MP and FEATURE_ARM_DIV, so
we don't need to set them explicitly in initfns which set the
V8 feature bit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1401458125-27977-3-git-send-email-peter.maydell@linaro.org
target-arm/cpu.c
target-arm/cpu64.c