diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index d1c9c4e66d5915be1774d9178bc3ba1bcfc74db7..eda2e2a0bdc6260a936976523d6b4204d4f2a3e5 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -375,8 +375,6 @@ static void select_bad_process(struct oom_control *oc)
 				break;
 		rcu_read_unlock();
 	}
-
-	oc->chosen_points = oc->chosen_points * 1000 / oc->totalpages;
 }
 
 static int dump_task(struct task_struct *p, void *arg)