On Tue, Oct 5, 2010 at 11:06 AM, Kukjin Kim <kgene.kim@xxxxxxxxxxx> wrote: > This patch moves the start address of Samsung SoCs' VA space so that > can use more vmalloc()/ioremap() space. Of course need to change the > VMALLOC_END for it. > Actually Samsung SoCs' VA space (free for platform use area) becomes > 80MiB with this patch, it's enough. > > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > Cc: Ben Dooks <ben-linux@xxxxxxxxx> > --- > Âarch/arm/plat-samsung/include/plat/map-base.h | Â Â4 ++-- > Â1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/plat-samsung/include/plat/map-base.h b/arch/arm/plat-samsung/include/plat/map-base.h > index 250be31..86f66be 100644 > --- a/arch/arm/plat-samsung/include/plat/map-base.h > +++ b/arch/arm/plat-samsung/include/plat/map-base.h > @@ -14,7 +14,7 @@ > Â#ifndef __ASM_PLAT_MAP_H > Â#define __ASM_PLAT_MAP_H __FILE__ > > -/* Fit all our registers in at 0xF4000000 upwards, trying to use as > +/* Fit all our registers in at 0xFA000000 upwards, trying to use as > Â* little of the VA space as possible so vmalloc and friends have a > Â* better chance of getting memory. > Â* > @@ -22,7 +22,7 @@ > Â* an single MOVS instruction (ie, only 8 bits of set data) > Â*/ > > -#define S3C_ADDR_BASE Â(0xF4000000) > +#define S3C_ADDR_BASE Â(0xFA000000) maybe you could drop the brackets from the address value -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html