Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/24/1998 15:30:11
Module Name:	src
Committed By:	thorpej
Date:		Thu Sep 24 22:30:11 UTC 1998

Modified Files:
	src/sys/sys: lock.h
	src/sys/kern: kern_lock.c
Log Message:
Key off MULTIPROCESSOR, not NCPUS > 1.  Pull in <machine/lock.h> if
MULTIPROCESSOR is defined, and rely on it to define the simple lock
operations.