Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/24/1999 11:17:12
Module Name:	src
Committed By:	thorpej
Date:		Wed Feb 24 19:17:12 UTC 1999

Modified Files:
	src/sys/arch/alpha/alpha: ipifuncs.c
	src/sys/arch/alpha/include: intr.h
Log Message:
Restructure the IPI code a little, allowing multiple IPIs to be sent at
once.  Add a way to broadcast an IPI to all processors (except the sender,
obviously).  Add an IPI for TLB shootdown.