diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 2846a58e5de980ddf0716740c8c5c29689610939..a0a01902f551dd45b19385b64435ec6708db249d 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -38,7 +38,6 @@ static DEFINE_SPINLOCK(zone_scan_mutex); * badness - calculate a numeric value for how bad this task has been * @p: task struct of which task we should calculate * @uptime: current uptime in seconds - * @mem: target memory controller * * The formula used is relatively simple and documented inline in the * function. The main rationale is that we want to select a good task