From: Kirill A. Shutemov Date: Wed, 12 Dec 2012 21:50:59 +0000 (-0800) Subject: thp: change split_huge_page_pmd() interface X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~33^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e180377f1ae48b3cbc559c9875d9b038f7f000c6;p=pandora-kernel.git thp: change split_huge_page_pmd() interface Pass vma instead of mm and add address parameter. In most cases we already have vma on the stack. We provides split_huge_page_pmd_mm() for few cases when we have mm, but not vma. This change is preparation to huge zero pmd splitting implementation. Signed-off-by: Kirill A. Shutemov Cc: Andrea Arcangeli Cc: Andi Kleen Cc: "H. Peter Anvin" Cc: Mel Gorman Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed