CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/19 14:48:10
Modified files:
sys/arch/i386/i386: cpu.c
Log message:
Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with
the CPU roles to compile on !MULTIPROCESSOR kernels and make the
top part of cpu_attach() which deals with processor setup depending
on the CPU role look much closer to the equivalent code for amd64.
ok kettenis@
