DragonFly commits List (threaded) for 2007-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/platform/pc32/i386 trap.c
dillon 2007/07/25 11:21:36 PDT
DragonFly src repository
Modified files:
sys/platform/pc32/i386 trap.c
Log:
Turn syscall_mpsafe and trap_mpsafe on by default. This causes system calls
that are marked as being MP safe to actually run without the big giant lock.
(NOTE: Our IO and VM paths are still not MP safe and will run with the big
giant lock regardless).
Revision Changes Path
1.107 +2 -2 src/sys/platform/pc32/i386/trap.c
http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc32/i386/trap.c.diff?r1=1.106&r2=1.107&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]