ARM: S5P: Change VMALLOC_END to use more vmalloc()/ioremap() area
authorKukjin Kim <kgene.kim@samsung.com>
Fri, 22 Oct 2010 01:49:17 +0000 (10:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Oct 2010 07:11:50 +0000 (16:11 +0900)
This patch changes VMALLOC_END from 0xE0000000 to 0xF6000000, because
some systems want to use more vmalloc()/ioremap() area and now don't use
from at 0xE0000000 to 0xF6000000 (the start of Samsung SoCs' VA space)

Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found