RE: [PATCH - 2/2] arm: disable caches based on config option

2012-08-30 Thread Karicheri, Muralidharan
tomide.com; Shilimkar, Santosh; >> w...@iguana.be; >> linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org >> Subject: Re: [PATCH - 2/2] arm: disable caches based on config option >> >> On Thu, 30 Aug 2012, Murali Karicheri wrote: >> >> > CO

Re: [PATCH - 2/2] arm: disable caches based on config option

2012-08-30 Thread Shilimkar, Santosh
On Thu, Aug 30, 2012 at 7:43 AM, Murali Karicheri wrote: > CONFIG_CPU_ICACHE_DISABLE and CONFIG_CPU_DCACHE_DISABLE are available > to allow disabling of D-Cache and I-Cache. However the compressed version > of head.S currently doesn't check these variables. This patch will fix > this issue and is

Re: [PATCH - 2/2] arm: disable caches based on config option

2012-08-30 Thread Nicolas Pitre
On Thu, 30 Aug 2012, Murali Karicheri wrote: > CONFIG_CPU_ICACHE_DISABLE and CONFIG_CPU_DCACHE_DISABLE are available > to allow disabling of D-Cache and I-Cache. However the compressed version > of head.S currently doesn't check these variables. This patch will fix > this issue and is written simi