Subject: CVS commit: src/sys/arch/sparc/include
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/19/2005 01:54:51
Module Name:	src
Committed By:	thorpej
Date:		Sun Jun 19 01:54:51 UTC 2005

Modified Files:
	src/sys/arch/sparc/include: psl.h

Log Message:
- Do away with the old _SPLRAISE() template macro.  Instead, provide an
  splraise() inline function, and define the various spl routines in terms
  of splraise().
- Use ANSI function decls.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/arch/sparc/include/psl.h

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