]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: move iotable mappings within the vmalloc region
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 25 Aug 2011 04:35:59 +0000 (00:35 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 18 Nov 2011 18:53:54 +0000 (13:53 -0500)
commit549158d2ab01e8370d2773044fe09738a26f7086
treefb6ffffb069ebce7d077de529f53c4c90c2da394
parentbe9b7335e70696bee731c152429b1737e42fe163
ARM: move iotable mappings within the vmalloc region

In order to remove the build time variation between different SOCs with
regards to VMALLOC_END, the iotable mappings are now allocated inside
the vmalloc region.  This allows for VMALLOC_END to be identical across
all machines.

The value for VMALLOC_END is now set to 0xff000000 which is right where
the consistent DMA area starts.

To accommodate all static mappings on machines with possible highmem usage,
the default vmalloc area size is changed to 240 MB so that VMALLOC_START
is no higher than 0xf0000000 by default.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Tested-by: Jamie Iles <jamie@jamieiles.com>
Documentation/arm/memory.txt
arch/arm/include/asm/pgtable.h
arch/arm/mm/mmu.c