git: kernel - remove syscall_mpsafe and trap_mpsafe sysctls
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Aug 29 22:15:03 PDT 2010
commit bf844e13222ac497b4dd80eb5d3eb30d24a44834
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Aug 29 21:45:24 2010 -0700
kernel - remove syscall_mpsafe and trap_mpsafe sysctls
* traps and system calls are always mpsafe, we don't need
these sysctls any more.
Summary of changes:
sys/platform/pc32/i386/trap.c | 20 ++------------------
sys/platform/pc64/x86_64/trap.c | 23 ++---------------------
sys/platform/vkernel/i386/trap.c | 33 ++-------------------------------
sys/platform/vkernel64/x86_64/trap.c | 32 ++------------------------------
4 files changed, 8 insertions(+), 100 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf844e13222ac497b4dd80eb5d3eb30d24a44834
--
DragonFly BSD source repository
More information about the Commits
mailing list