From: Steve Capper Date: Tue, 25 Feb 2014 10:02:13 +0000 (+0000) Subject: arm64: mm: Route pmd thp functions through pte equivalents X-Git-Tag: v3.15-rc1~164^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7e535fcc1725fc2e2d4f0d9dd14137f0243e23;p=pandora-kernel.git arm64: mm: Route pmd thp functions through pte equivalents Rather than have separate hugetlb and transparent huge page pmd manipulation functions, re-wire our thp functions to simply call the pte equivalents. This allows THP to take advantage of the new PTE_WRITE logic introduced in: c2c93e5 arm64: mm: Introduce PTE_WRITE To represent splitting THPs we use the PTE_SPECIAL bit as this is not used for pmds. Signed-off-by: Steve Capper Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed