From owner-p4-projects Mon Nov 11 13: 7: 1 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B5D0237B404; Mon, 11 Nov 2002 13:06:59 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F75437B401 for ; Mon, 11 Nov 2002 13:06:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE5A943E3B for ; Mon, 11 Nov 2002 13:06:58 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABL4emV093880 for ; Mon, 11 Nov 2002 13:04:40 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABL4erp093877 for perforce@freebsd.org; Mon, 11 Nov 2002 13:04:40 -0800 (PST) Date: Mon, 11 Nov 2002 13:04:40 -0800 (PST) Message-Id: <200211112104.gABL4erp093877@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 20977 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=20977 Change 20977 by jhb@jhb_laptop on 2002/11/11 13:03:56 Axe WITNESS_SLEEP(). Affected files ... .. //depot/projects/smpng/sys/sys/lock.h#19 edit Differences ... ==== //depot/projects/smpng/sys/sys/lock.h#19 (text+ko) ==== @@ -270,15 +270,5 @@ #define WITNESS_LINE(lock) (0) #endif /* WITNESS */ -/* XXX */ -#define WITNESS_SLEEP(check, lock) do { \ - if ((check)) \ - WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, \ - "Could Sleep"); \ - else \ - WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, \ - "Sleeping"); \ -} while (0) - #endif /* _KERNEL */ #endif /* _SYS_LOCK_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message