Module Name: src
Committed By: bouyer
Date: Wed May 13 08:43:28 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
xen: enable MULTIPROCESSOR for Xen dom0
To generate a diff of this commit:
cvs rdiff -u -r1.2686 -r1.2687 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2686 src/doc/CHANGES:1.2687
--- src/doc/CHANGES:1.2686 Mon May 11 10:34:37 2020
+++ src/doc/CHANGES Wed May 13 08:43:28 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2686 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2687 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -193,3 +193,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
xvif(4): add support for feature-sg & jumbo frames [jdolecek 20200503]
xen: Support MSI for XenPV [jdolecek 20200504]
hppa: Enable modules in GENERIC by default. [skrll 20200511]
+ xen: enable MULTIPROCESSOR for Xen dom0. [bouyer 20200513]