Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 08/04/2002 17:57:35
Module Name:	syssrc
Committed By:	uwe
Date:		Sun Aug  4 14:57:35 UTC 2002

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

Log Message:
In DIAGNOSTIC kernels detect situation that on sun4m neither hardware
nor software interrupt pending bit is set for the current ipl.  Report
this as a "bogus" interrupt (better name anyone?).  This is a symptom
of a bug in interrupt handling in one of device drivers interrupting
at this ipl.  Reviewed by pk.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/arch/sparc/sparc/intr.c
cvs rdiff -r1.159 -r1.160 syssrc/sys/arch/sparc/sparc/locore.s

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