kernel - All lwkt thread now start out mpsafe part 1/2
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 29 Aug 2010 00:18:34 +0000 (17:18 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 29 Aug 2010 00:18:34 +0000 (17:18 -0700)
commitc9e9fb21c9ab82a8102647d67bcf956e0aba60af
tree49e7429bca5deee473854307d3b992894bc2674c
parentf454b4592466e584e6c5d54a579c8aa226a002da
kernel - All lwkt thread now start out mpsafe part 1/2

* All callers of lwkt_init_thread(), lwkt_create() and lwkt_alloc_thread()
  now always pass TDF_MPSAFE and the flag is asserted in the low level
  thread creation code.
15 files changed:
sys/dev/netif/iwl/if_iwl.c
sys/kern/init_main.c
sys/kern/kern_intr.c
sys/kern/kern_nrandom.c
sys/kern/kern_timeout.c
sys/kern/lwkt_thread.c
sys/kern/subr_bus.c
sys/kern/subr_disk.c
sys/kern/usched_bsd4.c
sys/kern/usched_dummy.c
sys/kern/vfs_journal.c
sys/net/route.c
sys/vfs/devfs/devfs_core.c
sys/vfs/nfs/nfs_iod.c
sys/vfs/nfs/nfs_vfsops.c