Commit 4e90a2a7375e86827541bda9393414c03e7721c6

Authored by Anton Blanchard
Committed by Benjamin Herrenschmidt
1 parent b7bc9e7d80

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 <anton@samba.org>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@vger.kernel.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/powerpc/Kconfig
... ... @@ -566,7 +566,7 @@
566 566 config PPC_DENORMALISATION
567 567 bool "PowerPC denormalisation exception handling"
568 568 depends on PPC_BOOK3S_64
569   - default "n"
  569 + default "y" if PPC_POWERNV
570 570 ---help---
571 571 Add support for handling denormalisation of single precision
572 572 values. Useful for bare metal only. If unsure say Y here.