CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/19 11:50:18
Modified files:
sys/arch/amd64/amd64: softintr.c
sys/arch/amd64/include: intr.h
sys/arch/i386/i386: softintr.c
sys/arch/i386/include: intr.h
Log message:
Switch the softinterrupt code on x86 over to mutexes instead of
simplelocks + splhigh().
First part of making it possible to make mpsafe softinterrupts.
"oh yes, definitely" miod@
