xref: /netbsd/sys/arch/sparc/conf/GENERIC.MP (revision 6550d01e)
1# $NetBSD: GENERIC.MP,v 1.4 2005/12/11 12:19:05 christos Exp $
2#
3# Generic Sparc kernel configuration with multiprocessor support.
4
5include	"arch/sparc/conf/GENERIC"
6
7options 	MULTIPROCESSOR		# include multiprocessor support
8
9## disable inlining __cpu_simple_lock()
10## the locore version attempts to detect stuck locks
11## not inlining saves about 60K on the kernel's text
12options 	__CPU_SIMPLE_LOCK_NOINLINE
13
14cpu* 		at mainbus0		# declare additional CPUs
15cpu*		at cpuunit?
16