Turn syscall_mpsafe and trap_mpsafe on by default. This causes system calls
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 25 Jul 2007 18:21:35 +0000 (18:21 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 25 Jul 2007 18:21:35 +0000 (18:21 +0000)
commit7474260935e6bc7fd00529fb72014cbeb9a5cb05
treefeb8704563ec60fc518cfce815b146580cee6246
parent000b94dcc40b30c402d12213d21e24ca35b1c0a5
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).
sys/platform/pc32/i386/trap.c