SMP support on HyperThreaded processor

How easy is this? I wanted SMP support for the server we deployed, and the initial thought was to compile a new kernel. Not necessary - we use Debian!

apt-get install kernel-image-2.6.7-1-686-smp

With one simple command, I had the latest 2.6 kernel installed, with all the kernel modules I needed and the updates to GRUB being made automatically. SMP works, and the kernel now sees dual processors, each with about 5500 bogomips.