aboutsummaryrefslogtreecommitdiffstats
path: root/mm/pgtable-generic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13thp: add pmd mangling generic functionsAndrea Arcangeli1-0/+123
Some are needed to build but not actually used on archs not supporting transparent hugepages. Others like pmdp_clear_flush are used by x86 too. Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Acked-by: Rik van Riel <riel@redhat.com> Acked-by: Mel Gorman <mel@csn.ul.ie> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>