kernel - Remove mplock shims from global tokens
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Jan 2011 06:29:17 +0000 (22:29 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Jan 2011 06:29:17 +0000 (22:29 -0800)
commita3c18566ccf6ecbc95134c676a31772261128e67
tree4e57c373e173bc3fe9d703771d754cdb87e0359e
parent988866139de9f3c67c5a9c8b9a3809fcece2eb08
kernel - Remove mplock shims from global tokens

* Remove the mplock safety shims from all global tokens.

* Remove the mplock flag and API arguments.  All tokens
  are now always MPSAFE.
47 files changed:
sys/emulation/linux/i386/linprocfs/linprocfs_subr.c
sys/emulation/ndis/kern_ndis.c
sys/emulation/ndis/subr_ntoskrnl.c
sys/kern/kern_event.c
sys/kern/kern_kthread.c
sys/kern/kern_mpipe.c
sys/kern/lwkt_token.c
sys/kern/subr_disk.c
sys/kern/subr_eventhandler.c
sys/kern/subr_kobj.c
sys/kern/subr_rman.c
sys/kern/sys_generic.c
sys/kern/sys_pipe.c
sys/kern/uipc_socket.c
sys/kern/uipc_usrreq.c
sys/kern/vfs_lock.c
sys/kern/vfs_mount.c
sys/kern/vfs_subr.c
sys/kern/vfs_sync.c
sys/net/ip_mroute/ip_mroute.c
sys/net/pf/pf.c
sys/net/raw_usrreq.c
sys/netinet/ip_divert.c
sys/netinet/ip_input.c
sys/netinet/raw_ip.c
sys/netinet/tcp_subr.c
sys/netproto/key/key.c
sys/platform/pc32/i386/busdma_machdep.c
sys/platform/pc64/x86_64/busdma_machdep.c
sys/platform/vkernel/platform/busdma_machdep.c
sys/platform/vkernel64/platform/busdma_machdep.c
sys/sys/thread.h
sys/vfs/gnu/ext2fs/ext2_ihash.c
sys/vfs/hammer/hammer_vfsops.c
sys/vfs/hpfs/hpfs_hash.c
sys/vfs/hpfs/hpfs_vfsops.c
sys/vfs/isofs/cd9660/cd9660_node.c
sys/vfs/msdosfs/msdosfs_denode.c
sys/vfs/nfs/nfs_node.c
sys/vfs/nfs/nfs_srvcache.c
sys/vfs/nfs/nfs_subs.c
sys/vfs/nfs/nfs_syscalls.c
sys/vfs/nfs/nfs_vfsops.c
sys/vfs/ntfs/ntfs_ihash.c
sys/vfs/udf/udf_vfsops.c
sys/vfs/ufs/ufs_ihash.c
sys/vm/vm_vmspace.c