Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add NET_MPSAFE to ALL



details:   https://anonhg.NetBSD.org/src/rev/eae4ec7cea01
branches:  trunk
changeset: 330268:eae4ec7cea01
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Jul 02 07:18:32 2014 +0000

description:
Add NET_MPSAFE to ALL

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r fbb025b9a8c1 -r eae4ec7cea01 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Jul 02 05:23:20 2014 +0000
+++ b/sys/arch/amd64/conf/ALL   Wed Jul 02 07:18:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.11 2014/06/29 03:44:33 tsutsui Exp $
+# $NetBSD: ALL,v 1.12 2014/07/02 07:18:32 ozaki-r Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.11 $"
+#ident                 "ALL-$Revision: 1.12 $"
 
 maxusers       64              # estimated number of users
 
@@ -2025,6 +2025,7 @@
 options NETDOCK_DEBUG_DRIVER
 options NETIF_DEBUG
 options NET_DEBUG
+options NET_MPSAFE
 options NFE_DEBUG
 options NFS_DEBUG
 options NFS_DEBUG_COMMIT
diff -r fbb025b9a8c1 -r eae4ec7cea01 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Jul 02 05:23:20 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Jul 02 07:18:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.378 2014/06/29 03:44:33 tsutsui Exp $
+# $NetBSD: ALL,v 1.379 2014/07/02 07:18:32 ozaki-r Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.378 $"
+#ident                 "ALL-$Revision: 1.379 $"
 
 maxusers       64              # estimated number of users
 
@@ -2226,6 +2226,7 @@
 options NETDOCK_DEBUG_DRIVER
 options NETIF_DEBUG
 options NET_DEBUG
+options NET_MPSAFE
 options NFE_DEBUG
 options NFS_DEBUG
 options NFS_DEBUG_COMMIT



Home | Main Index | Thread Index | Old Index