From: Heiko Carstens Date: Wed, 5 Mar 2008 11:37:08 +0000 (+0100) Subject: [S390] idle: Fix machine check handling in idle loop. X-Git-Tag: v2.6.25-rc5~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ccd0e43bb916872022df974d0f39337797d9277;p=pandora-kernel.git [S390] idle: Fix machine check handling in idle loop. If a machine check handling is pending when the idle loop is entered default_idle will be left with timer ticks and virtual timer disabled. Fix this by "calling" the idle_chain. Also a BUG_ON(!in_interrupt) in start_hz_timer must be removed since the function now gets called from non interrupt context as well. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed