Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/sparc/sparc
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.
Home |
Main Index |
Thread Index |
Old Index