Subject: CVS commit: [newlock] syssrc/sys/arch/alpha
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/10/2002 23:15:25
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Mar 10 21:15:25 UTC 2002

Modified Files:
	syssrc/sys/arch/alpha/alpha [newlock]: interrupt.c
	syssrc/sys/arch/alpha/include [newlock]: intr.h

Log Message:
Adjustments for new mutex routines:
* Make all the IPL_* constants meaningful within a single number domain.
* Use new SI_* constants to number the soft interrupt queues, rather than
  IPL_SOFT*.
* Add splraiseipl() for use by kern_mutex.c.  Usage is e.g.
  splraiseipl(IPL_BIO).


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.63.10.1 syssrc/sys/arch/alpha/alpha/interrupt.c
cvs rdiff -r1.49 -r1.49.10.1 syssrc/sys/arch/alpha/include/intr.h

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