Module Name:    src
Committed By:   pgoyette
Date:           Tue May  1 10:15:27 UTC 2018

Modified Files:
        src/sys/arch/x86/conf: files.x86

Log Message:
Make MPVERBOSE a defparam rather than defflag.  It has multiple
non-zero usages within mpacpi.c


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/x86/conf/files.x86

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.99 src/sys/arch/x86/conf/files.x86:1.100
--- src/sys/arch/x86/conf/files.x86:1.99	Wed Mar 28 14:56:59 2018
+++ src/sys/arch/x86/conf/files.x86	Tue May  1 10:15:27 2018
@@ -1,7 +1,8 @@
-#	$NetBSD: files.x86,v 1.99 2018/03/28 14:56:59 maxv Exp $
+#	$NetBSD: files.x86,v 1.100 2018/05/01 10:15:27 pgoyette Exp $
 
 # options for MP configuration through the MP spec
-defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
+defflag opt_mpbios.h MPBIOS MPDEBUG MPBIOS_SCANPCI
+defparam opt_mpbios.h MPVERBOSE
 
 # MTRR support
 defflag                 MTRR

Reply via email to