ARM: mm: Transparent huge page support for non-LPAE systems.
authorSteve Capper <steve.capper@arm.com>
Fri, 8 Feb 2013 15:01:23 +0000 (17:01 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 20 Feb 2013 21:19:25 +0000 (23:19 +0200)
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 <will.deacon@arm.com>
Signed-off-by: Steve Capper <steve.capper@arm.com>

No differences found