From: Jan Beulich Date: Tue, 8 Dec 2009 02:21:37 +0000 (+0900) Subject: x86/mce: Set up timer unconditionally X-Git-Tag: v2.6.33-rc1~304^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc09effabf0c5c6c7021e5ef9af15a23579b32a8;p=pandora-kernel.git x86/mce: Set up timer unconditionally mce_timer must be passed to setup_timer() in all cases, no matter whether it is going to be actually used. Otherwise, when the CPU gets brought down, its call to del_timer_sync() will never return, as the timer won't have a base associated, and hence lock_timer_base() will loop infinitely. Signed-off-by: Jan Beulich Signed-off-by: Hidetoshi Seto Cc: LKML-Reference: <4B1DB831.2030801@jp.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed