kernel - change tsleep related idents to const volatile void *
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 15 Mar 2010 20:12:23 +0000 (13:12 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 15 Mar 2010 20:16:51 +0000 (13:16 -0700)
commit5decebc7a6773aca01115e5daadfefbab2b1f566
treee3dabd05ec3148e545e4abdf62848dcfb037692d
parent1ee65745e2ea6a81c9a06b08f0637840f978660f
kernel - change tsleep related idents to const volatile void *

* There's no reason why pointers to const or volatiles can't be passed
  as the ident, and HAMMER does that now in some cases, so adjust the
  prototypes for *sleep() and *wakeup() to accomodate them.

* Also make thread->td_wchan const volatile void *
sys/kern/kern_synch.c
sys/sys/systm.h
sys/sys/thread.h