commit | 8edf344c66a3f214d709dad1421c29d678915b3f | [log] [tgz] |
---|---|---|
author | Naoya Horiguchi <[email protected]> | Fri May 28 09:29:15 2010 +0900 |
committer | Andi Kleen <[email protected]> | Wed Aug 11 09:20:41 2010 +0200 |
tree | 0b976d0c52ac5efddcd30c8cb60e44b2cc0029e2 | |
parent | 9fe6206f400646a2322096b56c59891d530e8d51 [diff] |
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 <[email protected]> Acked-by: Fengguang Wu <[email protected]> Signed-off-by: Naoya Horiguchi <[email protected]> Signed-off-by: Andi Kleen <[email protected]>