From: Frederic Weisbecker Date: Sun, 17 Jan 2010 11:56:05 +0000 (+0100) Subject: perf: Better order flexible and pinned scheduling X-Git-Tag: v2.6.34-rc1~197^2~111^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329c0e012b99fa2325a0be205c052e4aba690f16;p=pandora-kernel.git perf: Better order flexible and pinned scheduling When a task gets scheduled in. We don't touch the cpu bound events so the priority order becomes: cpu pinned, cpu flexible, task pinned, task flexible. So schedule out cpu flexibles when a new task context gets in and correctly order the groups to schedule in: task pinned, cpu flexible, task flexible. Cpu pinned groups don't need to be touched at this time. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed