From owner-cvs-all Thu Aug 9 23:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F236737B401; Thu, 9 Aug 2001 23:37:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6b5Y23986; Thu, 9 Aug 2001 23:37:05 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100637.f7A6b5Y23986@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 23:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c src/sys/sys malloc.h systm.h src/sys/vm vm_page.c vm_pageout.h src/sys/dev/ata ata-all.c atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 23:37:05 PDT Modified files: sys/kern kern_synch.c sys/sys malloc.h systm.h sys/vm vm_page.c vm_pageout.h sys/dev/ata ata-all.c atapi-all.c Log: - 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 Revision Changes Path 1.152 +2 -182 src/sys/kern/kern_synch.c 1.54 +2 -3 src/sys/sys/malloc.h 1.148 +1 -3 src/sys/sys/systm.h 1.171 +1 -27 src/sys/vm/vm_page.c 1.27 +1 -3 src/sys/vm/vm_pageout.h 1.116 +2 -3 src/sys/dev/ata/ata-all.c 1.77 +2 -6 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message