Module Name: src
Committed By: martin
Date: Fri Jan 13 21:46:00 UTC 2012
Modified Files:
src/sys/arch/x86/conf: files.x86
src/sys/conf: files
Log Message:
Make option CPU_UCODE global
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.1034 -r1.1035 src/sys/conf/files
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.76 src/sys/arch/x86/conf/files.x86:1.77
--- src/sys/arch/x86/conf/files.x86:1.76 Fri Jan 13 16:05:14 2012
+++ src/sys/arch/x86/conf/files.x86 Fri Jan 13 21:46:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.76 2012/01/13 16:05:14 cegger Exp $
+# $NetBSD: files.x86,v 1.77 2012/01/13 21:46:00 martin Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -93,7 +93,6 @@ file arch/x86/x86/x86_autoconf.c
file arch/x86/x86/x86_userconf.c userconf
file arch/x86/x86/x86_machdep.c
-defflag CPU_UCODE
file arch/x86/x86/cpu_ucode.c cpu_ucode needs-flag
file arch/x86/x86/cpu_ucode_amd.c cpu_ucode needs-flag
Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1034 src/sys/conf/files:1.1035
--- src/sys/conf/files:1.1034 Mon Dec 19 16:10:07 2011
+++ src/sys/conf/files Fri Jan 13 21:46:00 2012
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1034 2011/12/19 16:10:07 drochner Exp $
+# $NetBSD: files,v 1.1035 2012/01/13 21:46:00 martin Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20100430
@@ -58,6 +58,7 @@ defparam opt_dump.h DUMP_ON_PANIC
defflag opt_callout.h CALLWHEEL_STATS
defflag CPU_IN_CKSUM
+defflag CPU_UCODE
defflag opt_dtrace.h KDTRACE_HOOKS