From: David S. Miller Date: Tue, 9 Sep 2008 00:21:07 +0000 (-0700) Subject: sparc64: Disable timer interrupts in fixup_irqs(). X-Git-Tag: v2.6.27-rc6~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb2f77900d62796934bcd43c4089e444cf1179e;p=pandora-kernel.git sparc64: Disable timer interrupts in fixup_irqs(). When a CPU is offlined, we leave the timer interrupts disabled because fixup_irqs() does not explicitly take care of that case. Fix this by invoking tick_ops->disable_irq(). Based upon analysis done by Paul E. McKenney. Signed-off-by: David S. Miller --- Reading git-diff-tree failed