| Kernel v2.6.12-rc1-bk5 /mm/oom_kill.c |
|---|
 2.6.12-rc1-bk5
 mm
 oom_kill.c
diff -Nru a/mm/oom_kill.c b/mm/oom_kill.c
--- a/mm/oom_kill.c 2005-01-30 22:20:14 -08:00
+++ b/mm/oom_kill.c 2005-03-28 17:42:38 -08:00
@@ -253,7 +253,7 @@
* OR try to be smart about which process to kill. Note that we
* don't have to be perfect here, we just have to be good.
*/
-void out_of_memory(int gfp_mask)
+void out_of_memory(unsigned int __nocast gfp_mask)
{
struct mm_struct *mm = NULL;
task_t * p;
|