From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Anton Blanchard Subject: Re: [PATCH] powerpc: On POWERNV enable PPC_DENORMALISATION by default In-reply-to: <20130731163126.051976be@kryten> References: <20130731163126.051976be@kryten> Date: Wed, 31 Jul 2013 16:34:39 +1000 Message-ID: <8401.1375252479@ale.ozlabs.ibm.com> Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Anton Blanchard wrote: > > We want PPC_DENORMALISATION enabled when POWERNV is enabled, > so update the Kconfig. > > Signed-off-by: Anton Blanchard Acked-by: Michael Neuling > --- > > Index: b/arch/powerpc/Kconfig > =================================================================== > --- 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. >