summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/pgalloc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17ARM: implement highpteRussell King1-4/+12
Add the ARM implementation of highpte, which allows PTE tables to be placed in highmem. Unfortunately, we do not offer highpte support when support for L2 cache is enabled. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-08-03[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+136
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>