Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/08/2000 18:40:13
Module Name:	syssrc
Committed By:	cgd
Date:		Fri Jun  9 01:40:13 UTC 2000

Modified Files:
	syssrc/sys/arch/alpha/alpha: machdep.c
	syssrc/sys/arch/alpha/include: intr.h param.h

Log Message:
make spl0() and spllowersoftclock() return void.  Also, move spl0()
prototype from param.h to intr.h.  (there were some big XXXs in param.h
that said to do that, and intr.h is included by param.h, so...)


To generate a diff of this commit:
cvs rdiff -r1.213 -r1.214 syssrc/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/alpha/include/intr.h \
    syssrc/sys/arch/alpha/include/param.h

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