Subject: Re: generic.mp kernel and single processor
To: Mark Thomas <thomas.s.mark@gmail.com>
From: Greg Troxel <gdt@ir.bbn.com>
List: netbsd-help
Date: 06/06/2007 12:20:30
There are three flavors of GENERIC from the MP point of view:

  GENERIC: runs fine on dual-processor machines, but only uses 1
  processor

  GENERIC.MP: uses MPBIOS to find/start additional processors.
  Typically useful for pretty old machines

  GENERIC.MPACPI: uses ACPI for additional processors.  Typically useful
  for moderate to new machines


If you have a machine that can take 2 processors but only has 1, you
might as well use just GENERIC.