dsched - Tie the dsched framework into the system
authorAlex Hornung <ahornung@gmail.com>
Thu, 25 Feb 2010 08:54:32 +0000 (08:54 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 15 Apr 2010 20:24:46 +0000 (20:24 +0000)
commit8c72e3d5eb98215e26f57511bee19cbaa1c44dd1
tree1601f120d1f5abe5b796174bf67eac1b7cc58024
parentb80a9543de1d55c64ee78c872036a316178ee866
dsched - Tie the dsched framework into the system

* tie the dsched framework into the system by binding it into the build,
  adding all the necessary hooks and other calls.
13 files changed:
sys/conf/files
sys/kern/kern_device.c
sys/kern/kern_fork.c
sys/kern/kern_proc.c
sys/kern/lwkt_thread.c
sys/kern/subr_disk.c
sys/kern/vfs_bio.c
sys/sys/bio.h
sys/sys/buf.h
sys/sys/disk.h
sys/sys/proc.h
sys/sys/thread.h
sys/vm/vm_pager.c