Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/26/2003 16:47:17
Module Name:	src
Committed By:	drochner
Date:		Thu Jun 26 16:47:17 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: locore.S machdep.c

Log Message:
cpu_feature is not set (nor used) by locore since SMP, so move the
definition to C code


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.523 -r1.524 src/sys/arch/i386/i386/machdep.c

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