Module Name:    src
Committed By:   thorpej
Date:           Sat Sep 19 03:27:42 UTC 2020

Modified Files:
        src/sys/arch/alpha/conf: INSTALL RAMDISK std.alpha
Removed Files:
        src/sys/arch/alpha/conf: GENERIC.MP

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/sys/arch/alpha/conf/GENERIC.MP
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/alpha/conf/INSTALL
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/alpha/conf/RAMDISK
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/conf/std.alpha

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/alpha/conf/INSTALL
diff -u src/sys/arch/alpha/conf/INSTALL:1.115 src/sys/arch/alpha/conf/INSTALL:1.116
--- src/sys/arch/alpha/conf/INSTALL:1.115	Sat Sep  5 01:28:18 2020
+++ src/sys/arch/alpha/conf/INSTALL	Sat Sep 19 03:27:42 2020
@@ -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 @@ makeoptions	COPTS="-Os"		# Optimise for 
 
 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

Index: src/sys/arch/alpha/conf/RAMDISK
diff -u src/sys/arch/alpha/conf/RAMDISK:1.17 src/sys/arch/alpha/conf/RAMDISK:1.18
--- src/sys/arch/alpha/conf/RAMDISK:1.17	Fri Feb  6 18:50:26 2009
+++ src/sys/arch/alpha/conf/RAMDISK	Sat Sep 19 03:27:42 2020
@@ -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

Index: src/sys/arch/alpha/conf/std.alpha
diff -u src/sys/arch/alpha/conf/std.alpha:1.26 src/sys/arch/alpha/conf/std.alpha:1.27
--- src/sys/arch/alpha/conf/std.alpha:1.26	Wed Apr  7 17:51:16 2010
+++ src/sys/arch/alpha/conf/std.alpha	Sat Sep 19 03:27:42 2020
@@ -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_ECOFF	# (native) ECOFF bin
 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"

Reply via email to