From: Steve Capper Date: Fri, 8 Feb 2013 15:01:23 +0000 (+0200) Subject: ARM: mm: Transparent huge page support for non-LPAE systems. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a23da8b53a404ecb5002b81a9b7447d7848c00;p=pandora-kernel.git ARM: mm: Transparent huge page support for non-LPAE systems. Much of the required code for THP has been implemented in the earlier non-LPAE HugeTLB patch. One more domain bit is used (to store whether or not the THP is splitting). Some THP helper functions are defined; and we have to re-define pmd_page such that it distinguishes between page tables and sections. Signed-off-by: Will Deacon Signed-off-by: Steve Capper --- Reading git-diff-tree failed