kernel - Fine-grain getnewbuf() and related vfs/bio data structures (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 18:36:32 +0000 (10:36 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 18:36:32 +0000 (10:36 -0800)
commitca667d3c0f7ab59da566ebc819bbad98af5a7fe1
tree5021fbc96e468758db45056cd34fd8d81f7345f0
parent61b118a6ea2b212eb97a39faa8f2e3896b4b74c4
kernel - Fine-grain getnewbuf() and related vfs/bio data structures (2)

* Fix bug where bufinit() was being called prior to SMP initialization,
  so it was only initializing the queues for one cpu instead of all of
  them.
sys/kern/vfs_bio.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc64/x86_64/machdep.c
sys/platform/vkernel/i386/autoconf.c
sys/platform/vkernel64/x86_64/autoconf.c
sys/sys/buf.h
sys/vm/vm_pager.c
sys/vm/vm_pager.h