]> git.baikalelectronics.ru Git - kernel.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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Jan 2011 19:57:34 +0000 (05:57 +1000)
commit8bdd584097eb73a9ea1996ad1f8d72e3d340bd7d
tree6ac84bc7a34074cbbac22403e2afcc07abdaf838
parent44100b947e80034fd56e84d3fdd9716a7d80671c
fix a shutdown regression in intel_idle

Fix a shutdown regression caused by f6f08ae79bc1 ("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>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/idle/intel_idle.c