Skip to content
Commit 1b6ba46b authored by Catalin Marinas's avatar Catalin Marinas
Browse files

ARM: LPAE: MMU setup for the 3-level page table format



This patch adds the MMU initialisation for the LPAE page table format.
The swapper_pg_dir size with LPAE is 5 rather than 4 pages. A new
proc-v7-3level.S file contains the TTB initialisation, context switch
and PTE setting code with the LPAE. The TTBRx split is based on the
PAGE_OFFSET with TTBR1 used for the kernel mappings. The 36-bit mappings
(supersections) and a few other memory types in mmu.c are conditionally
compiled.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent da028779
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment