Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch Pull up following revision(s) (requested by bouy...



details:   https://anonhg.NetBSD.org/src/rev/9d891a845faf
branches:  netbsd-7
changeset: 800184:9d891a845faf
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Apr 18 19:53:50 2017 +0000

description:
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.

diffstat:

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

diffs (30 lines):

diff -r dfb9888216bf -r 9d891a845faf sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Mon Apr 17 06:08:12 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Tue Apr 18 19:53:50 2017 +0000
@@ -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
 
diff -r dfb9888216bf -r 9d891a845faf sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Mon Apr 17 06:08:12 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Tue Apr 18 19:53:50 2017 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index