From: Thomas Gleixner Date: Thu, 21 Mar 2013 21:49:35 +0000 (+0100) Subject: idle: Implement generic idle function X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~117^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d166991234347215dc23fc9dc15a63a83a1a54e1;p=pandora-kernel.git idle: Implement generic idle function All idle functions in arch/* are more or less the same, plus minus a few bugs and extra instrumentation, tickless support and other optional items. Implement a generic idle function which resembles the functionality found in arch/. Provide weak arch_cpu_idle_* functions which can be overridden by the architecture code if needed. Signed-off-by: Thomas Gleixner Cc: Linus Torvalds Cc: Rusty Russell Cc: Paul McKenney Cc: Peter Zijlstra Reviewed-by: Cc: Srivatsa S. Bhat Cc: Magnus Damm Link: http://lkml.kernel.org/r/20130321215233.646635455@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed