target-arm: arm_any_initfn() should never set ARM_FEATURE_AARCH64
commit46d9dfdad65fa783691871622271a861466905c4
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:24 +0000 (9 15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 15:06:11 +0000 (9 16:06 +0100)
treee943a30675d041e470c19c4f9f243d539b583518
parent411bdc7837681f58828ca490647fa1784a6700b9
target-arm: arm_any_initfn() should never set ARM_FEATURE_AARCH64

The arm_any_initfn() is used only for the 32-bit linux-user "cpu any",
so it only gets called in builds where TARGET_AARCH64 is not defined.
Remove the unreachable line which sets ARM_FEATURE_AARCH64.

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