Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add a GENERIC.MP kernel config and add it to the build list ...
details: https://anonhg.NetBSD.org/src/rev/187b1e87d7e6
branches: trunk
changeset: 779361:187b1e87d7e6
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 23 08:19:40 2012 +0000
description:
Add a GENERIC.MP kernel config and add it to the build list so that it
gets build tested.
diffstat:
etc/etc.hp700/Makefile.inc | 4 ++--
sys/arch/hp700/conf/GENERIC.MP | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 6c71e5dfe4f8 -r 187b1e87d7e6 etc/etc.hp700/Makefile.inc
--- a/etc/etc.hp700/Makefile.inc Wed May 23 07:31:31 2012 +0000
+++ b/etc/etc.hp700/Makefile.inc Wed May 23 08:19:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2007/07/24 10:49:25 pavel Exp $
+# $NetBSD: Makefile.inc,v 1.6 2012/05/23 08:19:40 skrll Exp $
#
# etc.hp700/Makefile.inc -- hp700-specific etc Makefile targets
#
@@ -8,6 +8,6 @@
KERNEL_SETS= GENERIC
-BUILD_KERNELS= RAMDISK
+BUILD_KERNELS= GENERIC.MP RAMDISK
INSTALLATION_DIRS+= installation
diff -r 6c71e5dfe4f8 -r 187b1e87d7e6 sys/arch/hp700/conf/GENERIC.MP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hp700/conf/GENERIC.MP Wed May 23 08:19:40 2012 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: GENERIC.MP,v 1.1 2012/05/23 08:19:40 skrll Exp $
+#
+# Generic hp700 kernel with multiprocessor support.
+
+include "arch/hp700/conf/GENERIC"
+
+options MULTIPROCESSOR # include multiprocessor support
Home |
Main Index |
Thread Index |
Old Index