diff options
| -rw-r--r-- | mm/hugetlb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 993f7c1820a8..59a0059b39e2 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
| @@ -671,6 +671,11 @@ static void prep_compound_gigantic_page(struct page *page, unsigned long order) | |||
| 671 | } | 671 | } |
| 672 | } | 672 | } |
| 673 | 673 | ||
| 674 | /* | ||
| 675 | * PageHuge() only returns true for hugetlbfs pages, but not for normal or | ||
| 676 | * transparent huge pages. See the PageTransHuge() documentation for more | ||
| 677 | * details. | ||
| 678 | */ | ||
| 674 | int PageHuge(struct page *page) | 679 | int PageHuge(struct page *page) |
| 675 | { | 680 | { |
| 676 | compound_page_dtor *dtor; | 681 | compound_page_dtor *dtor; |
