Ivan Kokshaysky 4a89a04f1e [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>
2005-07-01 08:20:23 -07:00
..
2005-07-01 08:20:23 -07:00
2005-06-29 16:01:40 -07:00
2005-06-25 16:24:55 -07:00
2005-06-28 21:20:37 -07:00
2005-06-25 16:24:36 -07:00
2005-06-30 08:45:11 -07:00