diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2013-04-23 10:21:44 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-25 12:15:38 (GMT) |
commit | 6aaa189f8712471a250bfdf8fc8d08277258b8ab (patch) | |
tree | a9f763a91ad2186bcaa42eb0faa4df3945cb5f9d /arch/arm/kvm/vgic.c | |
parent | a0a9434dd50aac5971d63207ff1e25e69c9abdb3 (diff) | |
download | linux-fsl-qoriq-6aaa189f8712471a250bfdf8fc8d08277258b8ab.tar.xz |
ARM: 7702/1: Set the page table freeing ceiling to TASK_SIZE
ARM processors with LPAE enabled use 3 levels of page tables, with an
entry in the top level (pgd) covering 1GB of virtual space. Because of
the branch relocation limitations on ARM, the loadable modules are
mapped 16MB below PAGE_OFFSET, making the corresponding 1GB pgd shared
between kernel modules and user space.
If free_pgtables() is called with the default ceiling 0,
free_pgd_range() (and subsequently called functions) also frees the page
table shared between user space and kernel modules (which is normally
handled by the ARM-specific pgd_free() function). This patch changes
defines the ARM USER_PGTABLES_CEILING to TASK_SIZE when CONFIG_ARM_LPAE
is enabled.
Note that the pgd_free() function already checks the presence of the
shared pmd page allocated by pgd_alloc() and frees it, though with
ceiling 0 this wasn't necessary.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <stable@vger.kernel.org> # 3.3+
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kvm/vgic.c')
0 files changed, 0 insertions, 0 deletions