kernel - Incidental MPLOCK removal
commit282f31945bc734def8c8d3c04ee7d57e25bdc77a
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 11 Jan 2017 17:47:56 +0000 (11 09:47 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 11 Jan 2017 17:47:56 +0000 (11 09:47 -0800)
treebd81cebd46fff2ab2b0ec5b17f981a83f916bd6a
parent2dbb21343ba6b597183be6b748e50151f1157682
kernel - Incidental MPLOCK removal

* Remove misc #include <sys/mplock2.h> statements that are no longer needed.

* Replace mplock with acct_lock in kern_acct.c

* Replace mplock with msg_token in sysv_msg.c

* Replace mplock with p->p_token in the profiling code.
16 files changed:
sys/kern/kern_acct.c
sys/kern/kern_acl.c
sys/kern/kern_clock.c
sys/kern/kern_ktrace.c
sys/kern/kern_proc.c
sys/kern/kern_sensors.c
sys/kern/kern_sysctl.c
sys/kern/lwkt_thread.c
sys/kern/subr_diskiocom.c
sys/kern/subr_eventhandler.c
sys/kern/subr_input.c
sys/kern/subr_prof.c
sys/kern/sys_generic.c
sys/kern/sysv_msg.c
sys/kern/vfs_bio.c
sys/kern/vfs_cache.c