Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | ARM: LPAE: Move page table maintenance macros to pgtable-2level.h | Catalin Marinas | |
The page table maintenance macros need to be duplicated between the classic and the LPAE MMU so this patch moves those that are not common to the pgtable-2level.h file. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> | |||
2011-10-06 | ARM: 7075/1: LPAE: Factor out 2-level page table definitions into separate files | Catalin Marinas | |
This patch moves page table definitions from asm/page.h, asm/pgtable.h and asm/ptgable-hwdef.h into corresponding *-2level* files. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |