Randall Stewart 9b84f07357 This hopefully will fix the network problem I was seeing.
Basically the msg ring interrupt was being re-enabled
inside a spinlock as the thread set it self up for rescheduling.
This won't work since inside the re-enable is another
spin lock.. which means on return from the reenable
the  interrupts have been reenabled. Thus you would
get a clock int and end up panicing holding a spin
lock to long :-o
2010-01-22 14:25:17 +00:00
..
2010-01-21 21:31:39 +00:00
2010-01-06 05:58:07 +00:00
2009-11-29 20:47:43 +00:00
2009-11-12 00:36:22 +00:00