Home | History | Annotate | Line # | Download | only in conf
GENERIC.MP revision 1.1.48.1
      1  1.1.48.1  jdc # $NetBSD: GENERIC.MP,v 1.1.48.1 2004/04/24 18:32:55 jdc 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.1.48.1  jdc ## disable inlining __cpu_simple_lock()
     10  1.1.48.1  jdc ## the locore version attempts to detect stuck locks
     11  1.1.48.1  jdc ## not inlining saves about 60K on the kernel's text
     12  1.1.48.1  jdc options 	__CPU_SIMPLE_LOCK_NOINLINE
     13  1.1.48.1  jdc 
     14       1.1   pk cpu* 		at mainbus0		# declare additional CPUs
     15