Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/02/1997 09:40:02
thorpej
Sun Feb  2 01:34:27 PST 1997
Update of /cvsroot/src/sys/arch/hp300/include
In directory netbsd1:/var/slash-tmp/cvs-serv27781

Modified Files:
	param.h 
Log Message:
- Implement _splraise(), like _spl(), but only modifies the SR if the
  new ipl is higher than the ipl currently set in SR.  (Thanks to
  scottr@netbsd.org for implementing it while I was busy with other stuff!)
- Define spl{bio,net,tty,imp} in terms of _splraise().
- Move definition of splhil() here, and define splkbd() as an alias for it.


thorpej
Sun Feb  2 01:39:22 PST 1997
Update of /cvsroot/src/sys/arch/hp300/dev
In directory netbsd1:/var/slash-tmp/cvs-serv28000

Modified Files:
	hilreg.h 
Log Message:
Definition of splhil() is in param.h now.