Home | History | Annotate | Line # | Download | only in conf
      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 
      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