RE: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-02-19 Thread Kukjin Kim
Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100129 02:27]: On Fri, Jan 29, 2010 at 03:43:35PM +0900, Kukjin Kim wrote: Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which are 64bytes to indicate this without having to alter

Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-02-19 Thread Tony Lindgren
* Kukjin Kim kgene@samsung.com [100219 14:56]: Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100129 02:27]: On Fri, Jan 29, 2010 at 03:43:35PM +0900, Kukjin Kim wrote: Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which

RE: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-02-19 Thread Kukjin Kim
Linux'; linux-arm- ker...@lists.infradead.org; ben-li...@fluff.org Subject: Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig * Kukjin Kim kgene@samsung.com [100219 14:56]: Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk

Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-02-19 Thread Tony Lindgren
Kim Cc: linux-omap@vger.kernel.org; 'Russell King - ARM Linux'; linux-arm- ker...@lists.infradead.org; ben-li...@fluff.org Subject: Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig * Kukjin Kim kgene@samsung.com [100219 14:56]: Tony

Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-01-29 Thread Russell King - ARM Linux
On Fri, Jan 29, 2010 at 03:43:35PM +0900, Kukjin Kim wrote: Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which are 64bytes to indicate this without having to alter the arch/arm/mm/Kconfig entry each time. Update the mm Kconfig so that ARM_L1_CACHE_SHIFT

Re: [PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-01-29 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100129 02:27]: On Fri, Jan 29, 2010 at 03:43:35PM +0900, Kukjin Kim wrote: Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which are 64bytes to indicate this without having to alter the arch/arm/mm/Kconfig

[PATCH RE-SEND-3] ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig

2010-01-28 Thread Kukjin Kim
Add ARM_L1_CACHE_SHIFT_6 to arch/arm/Kconfig to allow CPUs with L1 cache lines which are 64bytes to indicate this without having to alter the arch/arm/mm/Kconfig entry each time. Update the mm Kconfig so that ARM_L1_CACHE_SHIFT default value uses this and change OMAP3 and S5PC1XX to select