public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DLS: cleanup clearing overload
@ 2012-04-08 11:33 Hillf Danton
  2012-04-23  6:57 ` Juri Lelli
  0 siblings, 1 reply; 2+ messages in thread
From: Hillf Danton @ 2012-04-08 11:33 UTC (permalink / raw)
  To: Dario Faggioli, Juri Lelli; +Cc: LKML, Hillf Danton

We have to info puller that there is no more diet, even if CPU goes off.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
---

--- a/kernel/sched_dl.c	Sat Apr  7 15:00:28 2012
+++ b/kernel/sched_dl.c	Sun Apr  8 19:24:30 2012
@@ -83,9 +83,6 @@ static inline void dl_set_overload(struc

 static inline void dl_clear_overload(struct rq *rq)
 {
-	if (!rq->online)
-		return;
-
 	atomic_dec(&rq->rd->dlo_count);
 	cpumask_clear_cpu(rq->cpu, rq->rd->dlo_mask);
 }
--

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-23  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-08 11:33 [PATCH] DLS: cleanup clearing overload Hillf Danton
2012-04-23  6:57 ` Juri Lelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox