Home | History | Annotate | Line # | Download | only in conf
GENERIC.MP revision 1.3
      1  1.3   pk # $NetBSD: GENERIC.MP,v 1.3 2004/04/20 15:55:30 pk 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