cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadU
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2011 11:09:22 +0000 (12:09 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Apr 2011 19:14:28 +0000 (21:14 +0200)
commitdb69b319b0954f1ab1f756682f7025ee02de9761
treed1f11d31df49e0f3e37b3413bb34e21fa46c898f
parent925b87ba31d88dee127b23edc5707d00f7bca227
cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadU

CPU_QuadU isn't used on all targets, but there's no harm in defining the
typedef anyway. It only needs to be guarded by CONFIG_SOFTFLOAT, because
softfloat-native doesn't have a float128 type. This avoids the need for
every new target which uses CPU_QuadU to add itself to an #ifdef in
what ought to be target-agnostic code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cpu-all.h