summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index a34d9fcf1339..f2c56a13b065 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -3372,7 +3372,7 @@ static void wake_all_kswapds(unsigned int order, const struct alloc_context *ac)
3372 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, 3372 for_each_zone_zonelist_nodemask(zone, z, ac->zonelist,
3373 ac->high_zoneidx, ac->nodemask) { 3373 ac->high_zoneidx, ac->nodemask) {
3374 if (last_pgdat != zone->zone_pgdat) 3374 if (last_pgdat != zone->zone_pgdat)
3375 wakeup_kswapd(zone, order, ac_classzone_idx(ac)); 3375 wakeup_kswapd(zone, order, ac->high_zoneidx);
3376 last_pgdat = zone->zone_pgdat; 3376 last_pgdat = zone->zone_pgdat;
3377 } 3377 }
3378} 3378}