Module Name: src Committed By: skrll Date: Wed May 23 08:19:40 UTC 2012
Modified Files: src/etc/etc.hp700: Makefile.inc Added Files: src/sys/arch/hp700/conf: GENERIC.MP Log Message: Add a GENERIC.MP kernel config and add it to the build list so that it gets build tested. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/etc/etc.hp700/Makefile.inc cvs rdiff -u -r0 -r1.1 src/sys/arch/hp700/conf/GENERIC.MP Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/etc.hp700/Makefile.inc diff -u src/etc/etc.hp700/Makefile.inc:1.5 src/etc/etc.hp700/Makefile.inc:1.6 --- src/etc/etc.hp700/Makefile.inc:1.5 Tue Jul 24 10:49:25 2007 +++ src/etc/etc.hp700/Makefile.inc Wed May 23 08:19:40 2012 @@ -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 Added files: Index: src/sys/arch/hp700/conf/GENERIC.MP diff -u /dev/null src/sys/arch/hp700/conf/GENERIC.MP:1.1 --- /dev/null Wed May 23 08:19:40 2012 +++ src/sys/arch/hp700/conf/GENERIC.MP Wed May 23 08:19:40 2012 @@ -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