Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/14/1998 02:41:21
Module Name:	src
Committed By:	pk
Date:		Wed Oct 14 09:41:21 UTC 1998

Modified Files:
	src/sys/kern: kern_lock.c
Log Message:
Disable the daft PAUSE() macro, which manages to skip all the relevant
code in lockmgr() most of the time. This a no doubt a case of Bad Coding Style.