Module Name:    src
Committed By:   snj
Date:           Tue Apr 18 19:53:50 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf [netbsd-7]: XEN3_DOM0
        src/sys/arch/i386/conf [netbsd-7]: XEN3_DOM0

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1367):
        sys/arch/amd64/conf/XEN3_DOM0: revision 1.134
        sys/arch/i386/conf/XEN3_DOM0: revision 1.112
Be more explicit about the status of dom0 SMP support.


To generate a diff of this commit:
cvs rdiff -u -r1.103.2.6 -r1.103.2.7 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.85.2.7 -r1.85.2.8 src/sys/arch/i386/conf/XEN3_DOM0

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/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.103.2.6 src/sys/arch/amd64/conf/XEN3_DOM0:1.103.2.7
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.103.2.6	Mon Apr 17 06:02:05 2017
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Tue Apr 18 19:53:50 2017
@@ -1,8 +1,8 @@
-# $NetBSD: XEN3_DOM0,v 1.103.2.6 2017/04/17 06:02:05 snj Exp $
+# $NetBSD: XEN3_DOM0,v 1.103.2.7 2017/04/18 19:53:50 snj Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
-#options 	MULTIPROCESSOR	# (experimental)
+#options 	MULTIPROCESSOR	# (not yet - dom0 stuff is not MP-safe)
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.85.2.7 src/sys/arch/i386/conf/XEN3_DOM0:1.85.2.8
--- src/sys/arch/i386/conf/XEN3_DOM0:1.85.2.7	Mon Apr 17 06:02:05 2017
+++ src/sys/arch/i386/conf/XEN3_DOM0	Tue Apr 18 19:53:50 2017
@@ -1,10 +1,10 @@
-#	$NetBSD: XEN3_DOM0,v 1.85.2.7 2017/04/17 06:02:05 snj Exp $
+#	$NetBSD: XEN3_DOM0,v 1.85.2.8 2017/04/18 19:53:50 snj Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
 include 	"arch/xen/conf/std.xen"
 
-#options 	MULTIPROCESSOR	# (experimental)
+#options 	MULTIPROCESSOR	# (not yet - dom0 stuff is not MP-safe)
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 

Reply via email to