Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Make option CPU_UCODE global



details:   https://anonhg.NetBSD.org/src/rev/e0dacec6f0ac
branches:  trunk
changeset: 772716:e0dacec6f0ac
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jan 13 21:46:00 2012 +0000

description:
Make option CPU_UCODE global

diffstat:

 sys/arch/x86/conf/files.x86 |  3 +--
 sys/conf/files              |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 2052940106f2 -r e0dacec6f0ac sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Fri Jan 13 21:02:03 2012 +0000
+++ b/sys/arch/x86/conf/files.x86       Fri Jan 13 21:46:00 2012 +0000
@@ -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_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
 
diff -r 2052940106f2 -r e0dacec6f0ac sys/conf/files
--- a/sys/conf/files    Fri Jan 13 21:02:03 2012 +0000
+++ b/sys/conf/files    Fri Jan 13 21:46:00 2012 +0000
@@ -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 @@
 defflag        opt_callout.h           CALLWHEEL_STATS
 
 defflag                                CPU_IN_CKSUM
+defflag                                CPU_UCODE
 
 defflag opt_dtrace.h           KDTRACE_HOOKS
 



Home | Main Index | Thread Index | Old Index