Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/21/2006 04:26:56
Module Name:	src
Committed By:	uwe
Date:		Sat Jan 21 04:26:56 UTC 2006

Modified Files:
	src/sys/arch/sh3/sh3: sh3_machdep.c

Log Message:
Add lint comments.  Hide computed goto in cpu_reset() from lint.
Remove infinite loop from cpu_reset(), gcc accepts computed goto as
the sign that function never returns.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/arch/sh3/sh3/sh3_machdep.c

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