Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/21/1998 20:58:11
Module Name:	src
Committed By:	thorpej
Date:		Tue Sep 22 03:58:11 UTC 1998

Modified Files:
	src/sys/arch/alpha/alpha: machdep.c pmap.c
	src/sys/arch/alpha/include: pmap.h
Log Message:
Add some support for multiple processors to the pmap module.  Still left
to do: TLB shootdown code, but that will be much easier to write once
the code to spin up the additional CPUs is working.