From: Shaohua Li Date: Mon, 24 Jan 2011 08:00:01 +0000 (+0000) Subject: fix a shutdown regression in intel_idle X-Git-Tag: v2.6.38-rc3~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec30f343d61391ab23705e50a525da1d55395780;p=pandora-kernel.git fix a shutdown regression in intel_idle 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 Signed-off-by: Shaohua Li Tested-by: Linus Torvalds Cc: stable@kernel.org Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed