<!-- retain these comments for translator revision tracking -->
<!-- $Id: hardware-supported.xml 28997 2005-07-07 21:09:22Z fjp $ -->

  <sect2 condition="supports-smp">
 <title>Multiple Processors</title>
<para>

Multi-processor support &mdash; also called <quote>symmetric
multi-processing</quote> or SMP &mdash; is supported for this architecture.
However, the standard Debian &release; kernel image does not support
SMP.  This should not prevent installation, since the standard,
non-SMP kernel should boot on SMP systems; the kernel will simply use
the first CPU.

</para><para>

In order to take advantage of multiple processors, you'll have to
replace the standard Debian kernel.  You can find a discussion of how
to do this in <xref linkend="kernel-baking"/>.  At this time
(kernel version &kernelversion;) the way you enable SMP is to select
<quote>&smp-config-option;</quote> in the <quote>&smp-config-section;</quote>
section of the kernel config.

</para>
  </sect2>

  <sect2 condition="supports-smp-sometimes">
 <title>Multiple Processors</title>
<para>

Multi-processor support &mdash; also called <quote>symmetric
multi-processing</quote> or SMP &mdash; is supported for this architecture,
and is supported by a precompiled Debian kernel image. Depending on your
install media, this SMP-capable kernel may or may not be installed by
default. This should not prevent installation, since the standard,
non-SMP kernel should boot on SMP systems; the kernel will simply use
the first CPU.

</para><para>

In order to take advantage of multiple processors, you should check to see
if a kernel package that supports SMP is installed, and if not, choose an
appropriate kernel package.

You can also build your own customized kernel to support SMP. You can find
a discussion of how to do this in <xref linkend="kernel-baking"/>.  At this
time (kernel version &kernelversion;) the way you enable SMP is to select
<quote>&smp-config-option;</quote> in the <quote>&smp-config-section;</quote>
section of the kernel config.

</para>
  </sect2>
