kernel: Remove unused xwait headers.
authorSascha Wildner <saw@online.de>
Sat, 28 Feb 2015 11:53:03 +0000 (12:53 +0100)
committerSascha Wildner <saw@online.de>
Sat, 28 Feb 2015 11:53:03 +0000 (12:53 +0100)
commit4235d6d609bf06c1fd35dae6e73262100d503836
tree334c944b36e04d823c9835a819983e3c0f70870f
parent916e1a45d2e42d27f761da5c39e1c23d53624f14
kernel: Remove unused xwait headers.

xsleep/xwakeup were added to DragonFly in 2003 to replace asleep/awakeup
from FreeBSD 4.x. tsleep & wakeup sleep on untyped identifiers; the sleep
routines do not store through the identifiers and treat them as opaque.
xsleep/xwakeup in contrast slept on explicit sleep structures,
'struct xwait'.

xsleep / xwakeup were never used; they were born #if-0ed out and were
removed by 2004. This commit removes a legacy declaration and associated
header.

Submitted-by: vsrinivas
Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2786>
Makefile_upgrade.inc
sys/kern/kern_synch.c
sys/sys/systm.h
sys/sys/xwait.h [deleted file]