Re: [PATCH 3/6] omap4: l2x0: Override the default l2x0_disable

2010-09-15 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [100907 00:50]: The machine_kexec() calls outer_disable which can crash on OMAP4 becasue of trustzone restrictions. This patch overrides the default l2x0_disable with a OMAP4 specific implementation taking care of trustzone snip @@ -66,6 +73,12

RE: [PATCH 3/6] omap4: l2x0: Override the default l2x0_disable

2010-09-15 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, September 16, 2010 5:52 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; t...@linutronix.de; catalin.mari...@arm.com; linux-omap@vger.kernel.org Subject: Re: [PATCH 3/6] omap4: l2x0

[PATCH 3/6] omap4: l2x0: Override the default l2x0_disable

2010-09-07 Thread Santosh Shilimkar
The machine_kexec() calls outer_disable which can crash on OMAP4 becasue of trustzone restrictions. This patch overrides the default l2x0_disable with a OMAP4 specific implementation taking care of trustzone Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com ---