]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP: Increase VMALLOC_END to allow 256MB RAM
authorMans Rullgard <mans@mansr.com>
Thu, 2 Oct 2008 08:36:51 +0000 (09:36 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Oct 2008 07:03:30 +0000 (10:03 +0300)
This increases VMALLOC_END to 0x18000000, making room for 256MB
RAM with the default 128MB vmalloc region.

Note that after this patch there's no longer a hole between vmalloc
space and the beginning of IO space on omap2 as the first virtual
mapping starts at 0xd8000000.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/plat-omap/include/mach/vmalloc.h

index d8515cbdbc04f81edf13a957ea68dbc3d207e5a9..b97dfafeebda6179a5ef652fb0e8070a2ef4b3ae 100644 (file)
@@ -17,5 +17,5 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
-#define VMALLOC_END      (PAGE_OFFSET + 0x17000000)
+#define VMALLOC_END      (PAGE_OFFSET + 0x18000000)