diff options
Diffstat (limited to 'mm/rmap.c')
-rw-r--r-- | mm/rmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1462,7 +1462,7 @@ int rmap_walk(struct page *page, int (*rmap_one)(struct page *, | |||
1462 | } | 1462 | } |
1463 | #endif /* CONFIG_MIGRATION */ | 1463 | #endif /* CONFIG_MIGRATION */ |
1464 | 1464 | ||
1465 | #ifdef CONFIG_HUGETLBFS | 1465 | #ifdef CONFIG_HUGETLB_PAGE |
1466 | /* | 1466 | /* |
1467 | * The following three functions are for anonymous (private mapped) hugepages. | 1467 | * The following three functions are for anonymous (private mapped) hugepages. |
1468 | * Unlike common anonymous pages, anonymous hugepages have no accounting code | 1468 | * Unlike common anonymous pages, anonymous hugepages have no accounting code |
@@ -1503,4 +1503,4 @@ void hugepage_add_new_anon_rmap(struct page *page, | |||
1503 | atomic_set(&page->_mapcount, 0); | 1503 | atomic_set(&page->_mapcount, 0); |
1504 | __hugepage_set_anon_rmap(page, vma, address, 1); | 1504 | __hugepage_set_anon_rmap(page, vma, address, 1); |
1505 | } | 1505 | } |
1506 | #endif /* CONFIG_HUGETLBFS */ | 1506 | #endif /* CONFIG_HUGETLB_PAGE */ |