]> git.neil.brown.name Git - history.git/commit
[PATCH] preempt-safe do_softirq
authorRobert Love <rml@tech9.net>
Thu, 20 Jun 2002 06:07:31 +0000 (23:07 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 20 Jun 2002 06:07:31 +0000 (23:07 -0700)
commit33bb8238a84c107116b35522c970a9637c7f486c
tree04cc3b15a884eadca111cc80441bcc2dea426540
parent021af973a54d6c877adc2194d3d67c5848fe8726
[PATCH] preempt-safe do_softirq

Attached patch makes do_softirq preempt-safe simply by moving the
current CPU assignment a couple lines down below the interrupt disable.
kernel/softirq.c