Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 02/25/2007 06:03:33
Module Name:	src
Committed By:	macallan
Date:		Sun Feb 25 06:03:32 UTC 2007

Modified Files:
	src/sys/arch/sparc/sparc: timer_sun4m.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.15 -r1.16 src/sys/arch/sparc/sparc/timer_sun4m.c

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