From: Srivatsa Vaddagiri Date: Mon, 15 Oct 2007 15:00:12 +0000 (+0200) Subject: sched: group scheduler, fix latency X-Git-Tag: v2.6.24-rc1~1289^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9fa3df33f9166daf81bfa8253d339f5a7726122;p=pandora-kernel.git sched: group scheduler, fix latency There is a possibility that because of task of a group moving from one cpu to another, it may gain more cpu time that desired. See http://marc.info/?l=linux-kernel&m=119073197730334 for details. This is an attempt to fix that problem. Basically it simulates dequeue of higher level entities as if they are going to sleep. Similarly it simulate wakeup of higher level entities as if they are waking up from sleep. Signed-off-by: Srivatsa Vaddagiri Signed-off-by: Ingo Molnar Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed