Re: [PATCH] ARM: asm: Configure caches as per the defconfig

2013-11-28 Thread Amit Virdi
On 11/28/2013 3:41 PM, Russell King - ARM Linux wrote: On Thu, Nov 28, 2013 at 11:12:55AM +0530, Amit Virdi wrote: On 11/27/2013 5:44 PM, Russell King - ARM Linux wrote: On Wed, Nov 27, 2013 at 05:24:04PM +0530, Amit Virdi wrote: From: Amit VIRDI In the current implementation of the decompre

Re: [PATCH] ARM: asm: Configure caches as per the defconfig

2013-11-28 Thread Russell King - ARM Linux
On Thu, Nov 28, 2013 at 11:12:55AM +0530, Amit Virdi wrote: > On 11/27/2013 5:44 PM, Russell King - ARM Linux wrote: >> On Wed, Nov 27, 2013 at 05:24:04PM +0530, Amit Virdi wrote: >>> From: Amit VIRDI >>> >>> In the current implementation of the decompression code, the caches are >>> enabled >>>

Re: [PATCH] ARM: asm: Configure caches as per the defconfig

2013-11-27 Thread Amit Virdi
On 11/27/2013 5:44 PM, Russell King - ARM Linux wrote: On Wed, Nov 27, 2013 at 05:24:04PM +0530, Amit Virdi wrote: From: Amit VIRDI In the current implementation of the decompression code, the caches are enabled irrespective of their configuration in the deconfig. This makes setting the ICACHE

Re: [PATCH] ARM: asm: Configure caches as per the defconfig

2013-11-27 Thread Russell King - ARM Linux
On Wed, Nov 27, 2013 at 05:24:04PM +0530, Amit Virdi wrote: > From: Amit VIRDI > > In the current implementation of the decompression code, the caches are > enabled > irrespective of their configuration in the deconfig. This makes setting the > ICACHE and DCACHE disable options from the menuconf

[PATCH] ARM: asm: Configure caches as per the defconfig

2013-11-27 Thread Amit Virdi
From: Amit VIRDI In the current implementation of the decompression code, the caches are enabled irrespective of their configuration in the deconfig. This makes setting the ICACHE and DCACHE disable options from the menuconfig irrelevant. Change this implementation to enable caches only if specif