]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] alpha smp fix (part #2)
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Fri, 1 Jul 2005 12:46:26 +0000 (16:46 +0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 1 Jul 2005 15:20:23 +0000 (08:20 -0700)
commit4a89a04f1ee21a7c1f4413f1ad7dcfac50ff9b63
tree18e85e7f3656b7a009096cd55788d2c150cddadd
parentef6689eff4b58273fed9e54293a3da983b321e9a
[PATCH] alpha smp fix (part #2)

This fixes the bug that caused BUG_ON(!irqs_disabled()) to trigger in
run_posix_cpu_timers() on alpha/smp.  We didn't disable interrupts
properly before calling smp_percpu_timer_interrupt().

We *do* disable interrupts everywhere except this unfortunate
smp_percpu_timer_interrupt().  Fixed thus.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/alpha/kernel/irq_alpha.c