Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Enable MULTIPROCESSOR by default, but di...



details:   https://anonhg.NetBSD.org/src/rev/e9240343a49e
branches:  trunk
changeset: 938900:e9240343a49e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 19 03:27:42 2020 +0000

description:
Enable MULTIPROCESSOR by default, but disable it in the RAMDISK
and INSTALL kernels to save some space.

diffstat:

 sys/arch/alpha/conf/GENERIC.MP |  7 -------
 sys/arch/alpha/conf/INSTALL    |  4 +++-
 sys/arch/alpha/conf/RAMDISK    |  4 +++-
 sys/arch/alpha/conf/std.alpha  |  4 +++-
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (62 lines):

diff -r 6a60c9b3b8af -r e9240343a49e sys/arch/alpha/conf/GENERIC.MP
--- a/sys/arch/alpha/conf/GENERIC.MP    Sat Sep 19 03:02:07 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: GENERIC.MP,v 1.4 2020/09/05 01:02:02 thorpej Exp $
-#
-# Generic Alpha kernel with multiprocessor support.
-
-include        "arch/alpha/conf/GENERIC"
-
-options        MULTIPROCESSOR          # include multiprocessor support
diff -r 6a60c9b3b8af -r e9240343a49e sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL       Sat Sep 19 03:02:07 2020 +0000
+++ b/sys/arch/alpha/conf/INSTALL       Sat Sep 19 03:27:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.115 2020/09/05 01:28:18 thorpej Exp $
+# $NetBSD: INSTALL,v 1.116 2020/09/19 03:27:42 thorpej Exp $
 #
 # Alpha INSTALL kernel.
 
@@ -10,6 +10,8 @@
 
 maxusers 8
 
+no options     MULTIPROCESSOR          # disable MP to save space
+
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
diff -r 6a60c9b3b8af -r e9240343a49e sys/arch/alpha/conf/RAMDISK
--- a/sys/arch/alpha/conf/RAMDISK       Sat Sep 19 03:02:07 2020 +0000
+++ b/sys/arch/alpha/conf/RAMDISK       Sat Sep 19 03:27:42 2020 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: RAMDISK,v 1.17 2009/02/06 18:50:26 jym Exp $
+# $NetBSD: RAMDISK,v 1.18 2020/09/19 03:27:42 thorpej Exp $
 #
 # Generic Alpha kernel with built-in RAM disk image.
 
 include        "arch/alpha/conf/GENERIC"
 
+no options     MULTIPROCESSOR          # disable MP to save space
+
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
diff -r 6a60c9b3b8af -r e9240343a49e sys/arch/alpha/conf/std.alpha
--- a/sys/arch/alpha/conf/std.alpha     Sat Sep 19 03:02:07 2020 +0000
+++ b/sys/arch/alpha/conf/std.alpha     Sat Sep 19 03:27:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.alpha,v 1.26 2010/04/07 17:51:16 jakllsch Exp $
+# $NetBSD: std.alpha,v 1.27 2020/09/19 03:27:42 thorpej Exp $
 #
 # Standard/required configuration info for NetBSD/alpha.
 
@@ -13,5 +13,7 @@
 options        EXEC_ELF64      # (native) ELF64 binary support
 options        EXEC_SCRIPT     # shell script support
 
+options        MULTIPROCESSOR          # include multiprocessor support
+
 # Atheros HAL options
 include "external/isc/atheros_hal/conf/std.ath_hal"



Home | Main Index | Thread Index | Old Index