From: Peter Zijlstra Date: Tue, 8 May 2012 16:56:04 +0000 (+0200) Subject: sched, perf: Use a single callback into the scheduler X-Git-Tag: v3.5-rc1~141^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb04ff9ac424d0e689d9b612e9f73cb443ab4b7e;p=pandora-kernel.git sched, perf: Use a single callback into the scheduler We can easily use a single callback for both sched-in and sched-out. This reduces the code footprint in the scheduler path as well as removes the PMU black spot otherwise present between the out and in callback. Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-o56ajxp1edwqg6x9d31wb805@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed