From: Naoya Horiguchi Date: Fri, 28 May 2010 00:29:15 +0000 (+0900) Subject: hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h X-Git-Tag: v2.6.36-rc1~52^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8edf344c66a3f214d709dad1421c29d678915b3f;p=pandora-kernel.git hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h is_vm_hugetlb_page() is a widely used inline function to insert hooks into hugetlb code. But we can't use it in pagemap.h because of circular dependency of the header files. This patch removes this limitation. Acked-by: Mel Gorman Acked-by: Fengguang Wu Signed-off-by: Naoya Horiguchi Signed-off-by: Andi Kleen --- Reading git-diff-tree failed