Re: [PATCH v3] ARM: OMAP3: Check for L2 cache enabled

2008-05-14 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080511 01:43]: > On Sun, May 11, 2008 at 08:12:48AM +0200, Dirk Behme wrote: > > > > Enabling L2 cache of Cortex-A8 based OMAP3 has to be done by bootloader. > > Check if this is done and warn if not. > > > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > Acked

Re: [PATCH v3] ARM: OMAP3: Check for L2 cache enabled

2008-05-11 Thread Felipe Balbi
On Sun, May 11, 2008 at 08:12:48AM +0200, Dirk Behme wrote: > > Enabling L2 cache of Cortex-A8 based OMAP3 has to be done by bootloader. > Check if this is done and warn if not. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Acked-by: Felipe Balbi <[EMAIL PROTECTED]> > > > > Changes in v3:

[PATCH v3] ARM: OMAP3: Check for L2 cache enabled

2008-05-10 Thread Dirk Behme
Enabling L2 cache of Cortex-A8 based OMAP3 has to be done by bootloader. Check if this is done and warn if not. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Changes in v3: Remove braces. Thanks to Felipe for review! Index: linux-beagle/arch/arm/mach-omap2/id.c =