X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Foom_kill.c;h=069b64e521fccf2725199550653bfdb7055d6f81;hb=c52f6cc5d3e4dcb9167448614338a25a31573484;hp=76f2c5ae908e85a858c006d932edcdf9128e0cc2;hpb=b4949b84567f3ae1227d076fc95bbd8efea06506;p=pandora-kernel.git diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 76f2c5ae908e..069b64e521fc 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -176,7 +176,7 @@ static bool oom_unkillable_task(struct task_struct *p, unsigned int oom_badness(struct task_struct *p, struct mem_cgroup *mem, const nodemask_t *nodemask, unsigned long totalpages) { - int points; + long points; if (oom_unkillable_task(p, mem, nodemask)) return 0;