]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fix a shutdown regression in intel_idle
authorShaohua Li <shaohua.li@intel.com>
Mon, 24 Jan 2011 08:00:01 +0000 (08:00 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:14:26 +0000 (15:14 -0800)
commit0f212b87548cc4598fb7c77d92bfef23d5ee4d1a
tree75627e9343e60ad4bd385631ca97df2b9c75b0ab
parent0f076e96eae1e03f5fd988911c7062dee22e14a6
fix a shutdown regression in intel_idle

commit ec30f343d61391ab23705e50a525da1d55395780 upstream.

Fix a shutdown regression caused by 2a2d31c8dc6f ("intel_idle: open
broadcast clock event").  The clockevent framework can automatically
shutdown broadcast timers for hotremove CPUs.  And we get a shutdown
regression when we shutdown broadcast timer for hot remove CPU, so just
delete some code.

Also fix some section mismatch.

Reported-by: Ari Savolainen <ari.m.savolainen@gmail.com>
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/idle/intel_idle.c