-----Original Message-----
From: Russell King - ARM Linux [mailto:linux at arm.linux.org.uk]
Sent: Sunday, August 08, 2010 5:06 PM
To: Shilimkar, Santosh
Cc: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org
Subject: Re: [PATCH 1/3] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONACHED
L1 entries
On Sun, Aug 08, 2010 at 03:47:52PM +0530, Santosh Shilimkar wrote:
quoted
This patch populates the L1 entries for MT_MEMORY and MT_MEMORY_NONACHED
Spelling.
quoted
types so that at boot-up, we can map memories outside system memory
at page level granularity
If you're only using MT_MEMORY_NONCACHED (it seems so from patch 4),
please only modify that entry.
Patch 2 uses "MT_MEMORY_NONCACHED" for OMAP3 and MT_MEMORY for
rest of the OMAPs. So we need both.
Regards,
Santosh