target-arm: VFPv4 implies half-precision extension
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:25 +0000 (15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 15:06:11 +0000 (16:06 +0100)
commitda5141fc45937fa358ca4554a335ae6a4c4453ec
tree659797d2cdbf82c775988a00ae54ec162d7e5896
parent25f748e37a868b322a960c322ca11fb2dc5252b2
target-arm: VFPv4 implies half-precision extension

VFPv4 implies the presence of the half-precision floating point
extension (which is optional in VFPv3). Add this implied rule
to arm_cpu_realizefn() and remove some no-longer-needed explicit
setting of the bit in initfns.

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