From: Linus Torvalds Date: Thu, 4 Aug 2011 07:54:15 +0000 (-1000) Subject: Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb... X-Git-Tag: v3.1-rc1~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35e51fe82ddcd8fb7f129d6dd8491c097d388665;p=platform%2Fkernel%2Flinux-stable.git Merge branch 'idle-release' of git://git./linux/kernel/git/lenb/linux-idle-2.6 * 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6: cpuidle: stop depending on pm_idle x86 idle: move mwait_idle_with_hints() to where it is used cpuidle: replace xen access to x86 pm_idle and default_idle cpuidle: create bootparam "cpuidle.off=1" mrst_pmu: driver for Intel Moorestown Power Management Unit --- 35e51fe82ddcd8fb7f129d6dd8491c097d388665 diff --cc arch/sh/kernel/idle.c index 84db0d6,9c7099e..3c45de1 --- a/arch/sh/kernel/idle.c +++ b/arch/sh/kernel/idle.c @@@ -16,12 -16,13 +16,13 @@@ #include #include #include + #include #include #include -#include +#include #include - void (*pm_idle)(void) = NULL; + static void (*pm_idle)(void); static int hlt_counter;