1. 05 Jul, 2005 12 commits
  2. 04 Jul, 2005 3 commits
  3. 03 Jul, 2005 21 commits
  4. 02 Jul, 2005 3 commits
  5. 01 Jul, 2005 1 commit
    • Ivan Kokshaysky's avatar
      [PATCH] alpha smp fix (part #2) · 4a89a04f
      Ivan Kokshaysky authored
      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: default avatarLinus Torvalds <torvalds@osdl.org>
      4a89a04f