]> git.baikalelectronics.ru Git - kernel.git/commit
thp: add pmd mangling generic functions
authorAndrea Arcangeli <aarcange@redhat.com>
Thu, 13 Jan 2011 23:46:40 +0000 (15:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:32:40 +0000 (17:32 -0800)
commit1eb711f21676d37019e13659a92d3a1a57e710e5
tree016981ea6d9d3f7448bd9e04720184b14a79302c
parentf8d5cc6296a3b64b025f0b4c2c3e9df938c64e1b
thp: add pmd mangling generic functions

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>
include/asm-generic/pgtable.h
mm/Makefile
mm/pgtable-generic.c [new file with mode: 0644]