diff options
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r-- | mm/oom_kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 3291e82d4352..b0a1e1ff0353 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
@@ -694,7 +694,7 @@ void pagefault_out_of_memory(void) | |||
694 | if (mem_cgroup_oom_synchronize(true)) | 694 | if (mem_cgroup_oom_synchronize(true)) |
695 | return; | 695 | return; |
696 | 696 | ||
697 | zonelist = node_zonelist(first_online_node, GFP_KERNEL); | 697 | zonelist = node_zonelist(first_memory_node, GFP_KERNEL); |
698 | if (try_set_zonelist_oom(zonelist, GFP_KERNEL)) { | 698 | if (try_set_zonelist_oom(zonelist, GFP_KERNEL)) { |
699 | out_of_memory(NULL, 0, 0, NULL, false); | 699 | out_of_memory(NULL, 0, 0, NULL, false); |
700 | clear_zonelist_oom(zonelist, GFP_KERNEL); | 700 | clear_zonelist_oom(zonelist, GFP_KERNEL); |