|
@@ -346,7 +346,8 @@ static struct sysrq_key_op sysrq_term_op = {
|
|
|
|
|
|
static void moom_callback(struct work_struct *ignored)
|
|
|
{
|
|
|
- out_of_memory(node_zonelist(0, GFP_KERNEL), GFP_KERNEL, 0, NULL, true);
|
|
|
+ out_of_memory(node_zonelist(first_online_node, GFP_KERNEL), GFP_KERNEL,
|
|
|
+ 0, NULL, true);
|
|
|
}
|
|
|
|
|
|
static DECLARE_WORK(moom_work, moom_callback);
|