Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Michael Ellerman
On Fri, Aug 09, 2013 at 09:12:37AM +1000, Michael Neuling wrote: > Anton Blanchard wrote: > > > > > Hi, > > > > > The CONFIG_VIRTUALIZATION disabling should be done in the Kconfig not > > > here. > > > > > > I'm not that keen on another defconfig. benh is already talking about > > > having a

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Michael Ellerman
On Thu, Aug 08, 2013 at 08:49:51PM +1000, Michael Neuling wrote: > > > +CONFIG_SCHED_SMT=y > > > +CONFIG_PPC_DENORMALISATION=y > > > +CONFIG_HOTPLUG_PCI=m > > Why the value "m" in the le_config file, when it is "y" in > > pseries_defconfig. > > We are out of sync already!?!?! *sigh* ;-) That's go

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Michael Neuling
Anton Blanchard wrote: > > Hi, > > > The CONFIG_VIRTUALIZATION disabling should be done in the Kconfig not > > here. > > > > I'm not that keen on another defconfig. benh is already talking about > > having a powernv defconfig. I'm worried we are going to fragment the > > defconfigs. If you

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Aneesh Kumar K.V
Michael Ellerman writes: > On Wed, Aug 07, 2013 at 09:31:00AM +1000, Michael Neuling wrote: >> Anton Blanchard wrote: >> >> > This is the pseries_defconfig with CONFIG_CPU_LITTLE_ENDIAN enabled >> > and CONFIG_VIRTUALIZATION disabled (required until we fix some >> > endian issues in KVM). >> >

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Michael Neuling
> > +CONFIG_SCHED_SMT=y > > +CONFIG_PPC_DENORMALISATION=y > > +CONFIG_HOTPLUG_PCI=m > Why the value "m" in the le_config file, when it is "y" in > pseries_defconfig. We are out of sync already!?!?! *sigh* ;-) > Also I do see a warning saying invalid value for this symbol. Mikey _

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Madhavan Srinivasan
On Tuesday 06 August 2013 09:32 PM, Anton Blanchard wrote: > This is the pseries_defconfig with CONFIG_CPU_LITTLE_ENDIAN enabled > and CONFIG_VIRTUALIZATION disabled (required until we fix some > endian issues in KVM). > > Signed-off-by: Anton Blanchard > --- > arch/powerpc/configs/pseries_le_de

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-08 Thread Anton Blanchard
Hi, > The CONFIG_VIRTUALIZATION disabling should be done in the Kconfig not > here. > > I'm not that keen on another defconfig. benh is already talking about > having a powernv defconfig. I'm worried we are going to fragment the > defconfigs. If you want something special like LE, then chang

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-06 Thread Michael Ellerman
On Wed, Aug 07, 2013 at 09:31:00AM +1000, Michael Neuling wrote: > Anton Blanchard wrote: > > > This is the pseries_defconfig with CONFIG_CPU_LITTLE_ENDIAN enabled > > and CONFIG_VIRTUALIZATION disabled (required until we fix some > > endian issues in KVM). > > The CONFIG_VIRTUALIZATION disablin

Re: [PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-06 Thread Michael Neuling
Anton Blanchard wrote: > This is the pseries_defconfig with CONFIG_CPU_LITTLE_ENDIAN enabled > and CONFIG_VIRTUALIZATION disabled (required until we fix some > endian issues in KVM). The CONFIG_VIRTUALIZATION disabling should be done in the Kconfig not here. I'm not that keen on another defcon

[PATCH 63/63] powerpc: Add pseries_le_defconfig

2013-08-06 Thread Anton Blanchard
This is the pseries_defconfig with CONFIG_CPU_LITTLE_ENDIAN enabled and CONFIG_VIRTUALIZATION disabled (required until we fix some endian issues in KVM). Signed-off-by: Anton Blanchard --- arch/powerpc/configs/pseries_le_defconfig | 347 ++ 1 file changed, 347 inserti