Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/04/2007 01:53:44
Module Name:	src
Committed By:	uwe
Date:		Sun Mar  4 01:53:44 UTC 2007

Modified Files:
	src/sys/arch/sparc/sparc: timer_msiiep.c

Log Message:
bandaid for a problem exposed by newlock2
the kernel enables interrupts and then sets up clocks. If we catch a timer
interrupt in between and call hardclock() we'll explode so for now just
bail when we get one while cold


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/sparc/sparc/timer_msiiep.c

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