[PATCH] print order information when OOM killing

Dump the current allocation order when OOM killing.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Marcelo Tosatti
2005-07-07 17:56:04 -07:00
committed by Linus Torvalds
parent cb2c023375
commit 79b9ce311e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -936,7 +936,7 @@ rebalance:
goto got_pg;
}
out_of_memory(gfp_mask);
out_of_memory(gfp_mask, order);
goto restart;
}