aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 9be9a22ebe35..ec250453f5e8 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7551,7 +7551,7 @@ static void __setup_per_zone_wmarks(void)
7551 * value here. 7551 * value here.
7552 * 7552 *
7553 * The WMARK_HIGH-WMARK_LOW and (WMARK_LOW-WMARK_MIN) 7553 * The WMARK_HIGH-WMARK_LOW and (WMARK_LOW-WMARK_MIN)
7554 * deltas control asynch page reclaim, and so should 7554 * deltas control async page reclaim, and so should
7555 * not be capped for highmem. 7555 * not be capped for highmem.
7556 */ 7556 */
7557 unsigned long min_pages; 7557 unsigned long min_pages;
@@ -8028,7 +8028,7 @@ bool has_unmovable_pages(struct zone *zone, struct page *page, int count,
8028 8028
8029 /* 8029 /*
8030 * Hugepages are not in LRU lists, but they're movable. 8030 * Hugepages are not in LRU lists, but they're movable.
8031 * We need not scan over tail pages bacause we don't 8031 * We need not scan over tail pages because we don't
8032 * handle each tail page individually in migration. 8032 * handle each tail page individually in migration.
8033 */ 8033 */
8034 if (PageHuge(page)) { 8034 if (PageHuge(page)) {