Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 12/10/2002 14:03:09
Module Name:	syssrc
Committed By:	pk
Date:		Tue Dec 10 12:03:08 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc/sparc: intr.c

Log Message:
Allow a `fast trap' handler installation to be undone if an interrupt level
must be shared. This requires drivers that request the installation of
a `fast trap' handler to supply a regular interrupt handler as well to fall
back on.

The `fast trap' routine (if present) is now passed as an additional
argument to intr_establish().


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/arch/sparc/sparc/intr.c

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