From: Anton Blanchard Date: Wed, 31 Jul 2013 06:31:26 +0000 (+1000) Subject: powerpc: On POWERNV enable PPC_DENORMALISATION by default X-Git-Tag: v3.11-rc5~2^2~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4e90a2a7375e86827541bda9393414c03e7721c6;p=~emulex%2Finfiniband.git powerpc: On POWERNV enable PPC_DENORMALISATION by default We want PPC_DENORMALISATION enabled when POWERNV is enabled, so update the Kconfig. Signed-off-by: Anton Blanchard Acked-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt CC: --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3bf72cd2c8f..dbd9d3c991e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -566,7 +566,7 @@ config SCHED_SMT config PPC_DENORMALISATION bool "PowerPC denormalisation exception handling" depends on PPC_BOOK3S_64 - default "n" + default "y" if PPC_POWERNV ---help--- Add support for handling denormalisation of single precision values. Useful for bare metal only. If unsure say Y here.