diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-08-27 07:03:30 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-08-27 07:03:30 +0200 |
commit | 3f1f4311881b330a7b5429dd101e676df191b159 (patch) | |
tree | a2533df8b157a7006c8c0cb2f89de32820135e50 /arch/powerpc/Kconfig | |
parent | powerpc/pseries: Child nodes are not detached by dlpar_detach_node (diff) | |
parent | powerpc/tm: Fix context switching TAR, PPR and DSCR SPRs (diff) | |
download | linux-3f1f4311881b330a7b5429dd101e676df191b159.tar.xz linux-3f1f4311881b330a7b5429dd101e676df191b159.zip |
Merge branch 'merge' into next
Merge stuff that already went into Linus via "merge" which
are pre-reqs for subsequent patches
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 7205989b9b59..174c6a12269a 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -586,7 +586,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. |