SMP support for sparc64 now works, so make GENERIC.MP kernel build
by default.
This commit is contained in:
parent
1316ec8115
commit
868048cf4d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.27 2007/07/24 10:49:28 pavel Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.28 2008/03/14 16:43:16 nakayama Exp $
|
||||
#
|
||||
# etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
|
||||
#
|
||||
|
@ -8,7 +8,7 @@ MK32BITLIBS?=no
|
|||
# If you change the list of distributed kernels, don't forget
|
||||
# to update the release documentation in distrib/notes/common/contents
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
KERNEL_SETS= GENERIC GENERIC.MP
|
||||
|
||||
BUILD_KERNELS+= INSTALL
|
||||
|
||||
|
|
|
@ -1,17 +1,11 @@
|
|||
# $NetBSD: GENERIC.MP,v 1.4 2007/01/24 05:53:56 mrg Exp $
|
||||
# $NetBSD: GENERIC.MP,v 1.5 2008/03/14 16:43:16 nakayama Exp $
|
||||
#
|
||||
# GENERIC Sparc64 kernel configuration with multiprocessor support.
|
||||
#
|
||||
# XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
|
||||
#
|
||||
# NOTE: THIS KERNEL DOES NOT YET WORK. IT SHOULD COMPILE.
|
||||
#
|
||||
# XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
|
||||
# GENERIC sparc64 kernel configuration with multiprocessor support.
|
||||
#
|
||||
|
||||
include "arch/sparc64/conf/GENERIC"
|
||||
|
||||
#ident "GENERIC.MP-$Revision: 1.4 $"
|
||||
#ident "GENERIC.MP-$Revision: 1.5 $"
|
||||
|
||||
options MULTIPROCESSOR # include multiprocessor support
|
||||
cpu* at mainbus0 # declare additional CPUs
|
||||
|
|
Loading…
Reference in New Issue