From: Frederic Weisbecker Date: Wed, 24 Jul 2013 21:52:27 +0000 (+0200) Subject: nohz: Optimize full dynticks's sched hooks with static keys X-Git-Tag: v3.12-rc1~159^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13508f9440e46dccac6a2dd48d51a73b2207482;p=pandora-kernel.git nohz: Optimize full dynticks's sched hooks with static keys Scheduler IPIs and task context switches are serious fast path. Let's try to hide as much as we can the impact of full dynticks APIs' off case that are called on these sites through the use of static keys. Signed-off-by: Frederic Weisbecker Cc: Steven Rostedt Cc: Paul E. McKenney Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Borislav Petkov Cc: Li Zhong Cc: Mike Galbraith Cc: Kevin Hilman --- Reading git-diff-tree failed