]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove asleep(), await(), and M_ASLEEP.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 Aug 2001 06:37:05 +0000 (06:37 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 Aug 2001 06:37:05 +0000 (06:37 +0000)
commit8ec48c6dbfa6907898b26b7a5321f780ebdfe5aa
treea43614b25c6b04cbe646ec4432f620996c2b3993
parent043b27b450983ad5375fc846137cfb9feb78dbcd
- Remove asleep(), await(), and M_ASLEEP.
- Callers of asleep() and await() have been converted to calling tsleep().
  The only caller outside of M_ASLEEP was the ata driver, which called both
  asleep() and await() with spl-raised, so there was no need for the
  asleep() and await() pair.  M_ASLEEP was unused.

Reviewed by: jasone, peter
sys/dev/ata/ata-all.c
sys/dev/ata/atapi-all.c
sys/kern/kern_synch.c
sys/sys/malloc.h
sys/sys/systm.h
sys/vm/vm_page.c
sys/vm/vm_pageout.h