Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/10/1999 16:33:29
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug 10 23:33:28 UTC 1999

Modified Files:
	syssrc/sys/sys: proc.h

Log Message:
Pull in <machine/cpu.h> in the MULTIPROCESSOR case to get curcpu() for
use in the `curproc' declaration.  Note that machine-dependent code can
still override `curproc' in the single- and multi-processor case as before,
for its own convencience (the SPARC port does this, for example).


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 syssrc/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.