]> err.no Git - linux-2.6/blobdiff - mm/oom_kill.c
libata: pata_platform: make probe and remove functions device type neutral
[linux-2.6] / mm / oom_kill.c
index 824cade078277fda90f06799001a563a45680394..91a081a82f55a330706f92d92cd54186ea6339af 100644 (file)
@@ -496,7 +496,7 @@ retry:
                        panic("Out of memory and no killable processes...\n");
                }
 
-               if (oom_kill_process(p, points, gfp_mask, order,
+               if (oom_kill_process(p, gfp_mask, order, points,
                                     "Out of memory"))
                        goto retry;