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