From: Catalin Marinas Date: Fri, 8 Feb 2013 15:01:20 +0000 (+0200) Subject: ARM: mm: HugeTLB support for LPAE systems. X-Git-Tag: sz_154~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e54ca0d07ef786e1602de1d90b71860ebd4ab3;p=pandora-kernel.git ARM: mm: HugeTLB support for LPAE systems. This patch adds support for hugetlbfs based on the x86 implementation. It allows mapping of 2MB sections (see Documentation/vm/hugetlbpage.txt for usage). The 64K pages configuration is not supported (section size is 512MB in this case). Signed-off-by: Catalin Marinas [steve.capper@arm.com: symbolic constants replace numbers in places. Split up into multiple files, to simplify future non-LPAE support, removed huge_pmd_share code, as this is very rarely executed]. Signed-off-by: Will Deacon Signed-off-by: Steve Capper --- Reading git-diff-tree failed