ARM: OMAP: Increase VMALLOC_END to allow 256MB RAM
authorMans Rullgard <mans@mansr.com>
Mon, 25 May 2009 18:08:41 +0000 (11:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:08:41 +0000 (11:08 -0700)
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.

Also fold in a related change from Paul Walmsley <paul@pwsan.com>
to change the OMAP2_SRAM addresses accordingly.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found