Added ck2 patchset with BFS357
/mm/oom_kill.c
blob:83cd9bb55092afd3bd18bdc2e1cce7888aa8c7a2 -> blob:daa51bd05163bb57cf38d8ea0563fe94df263146
--- mm/oom_kill.c
+++ mm/oom_kill.c
@@ -365,7 +365,7 @@ static void __oom_kill_task(struct task_
* all the memory it needs. That way it should be able to
* exit() and clear out its resources quickly...
*/
- p->rt.time_slice = HZ;
+ set_oom_timeslice(p);
set_tsk_thread_flag(p, TIF_MEMDIE);
force_sig(SIGKILL, p);