Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/conf Make MPVERBOSE a defparam rat...



details:   https://anonhg.NetBSD.org/src/rev/de14b1a3ba0f
branches:  trunk
changeset: 318614:de14b1a3ba0f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 01 10:15:27 2018 +0000
description:
Make MPVERBOSE a defparam rather than defflag.  It has multiple
non-zero usages within mpacpi.c

diffstat:

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

diffs (14 lines):

diff -r 6e79c9a60a81 -r de14b1a3ba0f sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Tue May 01 10:10:31 2018 +0000
+++ b/sys/arch/x86/conf/files.x86       Tue May 01 10:15:27 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index