GENERIC.MP revision 1.1.46.3 1 # $NetBSD: GENERIC.MP,v 1.1.46.3 2004/09/21 13:22:00 skrll Exp $
2 #
3 # Generic Sparc kernel configuration with multiprocessor support.
4
5 include "arch/sparc/conf/GENERIC"
6
7 options 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
12 options __CPU_SIMPLE_LOCK_NOINLINE
13
14 cpu* at mainbus0 # declare additional CPUs
15 cpu* at cpuunit?
16