From: Catalin Marinas Date: Fri, 8 Feb 2013 15:01:20 +0000 (+0200) Subject: ARM: mm: HugeTLB support for LPAE systems. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39168b47420443c600166c0c8571a69e6101290c;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