omap: Split vmalloc.h for mach-omap1 and mach-omap2
authorTony Lindgren <tony@atomide.com>
Tue, 20 Oct 2009 00:26:29 +0000 (17:26 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 20 Oct 2009 00:26:29 +0000 (17:26 -0700)
commit72464dbae2749dd57bc2b3cd57d4fc6ba7abca37
tree97a822b312880414275f6d30c92bd29ac0201917
parentc97c686467420f6765c7bc5bdae2b2aca141068b
omap: Split vmalloc.h for mach-omap1 and mach-omap2

Earlier patch "omap: Remap L3, L4 to get more kernel io address space"
changed the VMALLOC_END.

However, this change causes problems on mach-omap1:

BUG: mapping for 0xe0000000 at 0xe0000000 overlaps vmalloc space
BUG: mapping for 0xe1000000 at 0xe1000000 overlaps vmalloc space

Fix this by creating separate vmalloc.h files for mach-omap1
and mach-omap2.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/include/mach/vmalloc.h [moved from arch/arm/plat-omap/include/mach/vmalloc.h with 86% similarity]
arch/arm/mach-omap2/include/mach/vmalloc.h [new file with mode: 0644]