Subject: CVS commit: [netbsd-4] src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 02/21/2007 18:29:24
Module Name:	src
Committed By:	snj
Date:		Wed Feb 21 18:29:24 UTC 2007

Modified Files:
	src/sys/arch/arm/arm32 [netbsd-4]: cpu.c

Log Message:
Pull up following revision(s) (requested by matt in ticket #457):
	sys/arch/arm/arm32/cpu.c: revision 1.63
From Scott Allan in http://mail-index.netbsd.org/port-arm/2006/07/26/0000.html
identify_arm_cpu() prints out a helpful message when it detects that
you're trying to run on a CPU that you didn't configure for.
Unfortunately, the check for class_option being NULL is backward, so it
either won't print the class_option, or it will try to dereference a
NULL.  The patch just flips the != NULL to be == NULL.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.62.14.1 src/sys/arch/arm/arm32/cpu.c

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