git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d08461
)
sparc64: Disable timer interrupts in fixup_irqs().
author
David S. Miller
<davem@davemloft.net>
Tue, 9 Sep 2008 00:21:07 +0000
(17:21 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 9 Sep 2008 00:21:07 +0000
(17:21 -0700)
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 <davem@davemloft.net>
No differences found