Message ID | 1409546541-4129-1-git-send-email-Li.Xiubo@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Russell, I'd like to know the status of this patch. Our Platforms depend on it. Thanks, BRs Xiubo > -----Original Message----- > From: Xiubo Li [mailto:Li.Xiubo@freescale.com] > Sent: Monday, September 01, 2014 12:42 PM > To: linux@arm.linux.org.uk; linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org; Xiubo Li-B47053 > Subject: [PATCH] ARM: Kconfig: Open force maximum zone order for all SoCs > > Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> > --- > arch/arm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index c49a775..bf8445c 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1687,7 +1687,7 @@ config ARCH_WANT_GENERAL_HUGETLB > source "mm/Kconfig" > > config FORCE_MAX_ZONEORDER > - int "Maximum zone order" if ARCH_SHMOBILE_LEGACY > + int "Maximum zone order" > range 11 64 if ARCH_SHMOBILE_LEGACY > default "12" if SOC_AM33XX > default "9" if SA1111 || ARCH_EFM32 > -- > 1.8.4
On Fri, Sep 26, 2014 at 05:30:40AM +0000, Li.Xiubo@freescale.com wrote: > Hi Russell, > > I'd like to know the status of this patch. > > Our Platforms depend on it. I'm not applying it. This option should not be exposed for general use. The usage pattern is clear from the existing users - propose an alternative default value for your platform rather than making it a user visible tweakable option.
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c49a775..bf8445c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1687,7 +1687,7 @@ config ARCH_WANT_GENERAL_HUGETLB source "mm/Kconfig" config FORCE_MAX_ZONEORDER - int "Maximum zone order" if ARCH_SHMOBILE_LEGACY + int "Maximum zone order" range 11 64 if ARCH_SHMOBILE_LEGACY default "12" if SOC_AM33XX default "9" if SA1111 || ARCH_EFM32
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)