CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/12 08:26:07
Modified files: sys/arch/sparc64/conf: GENERIC.MP sys/arch/sparc64/sparc64: cpu.c Log message: Add a temporary hack to attach only the first thread of every core for MULTIPROCESSOR kernels. We map 'struct cpuinfo' at the same virtual address on every processor, but since threads on the same core share an MMU this doesn't quite work. With the hack we are at least able to use the other core (and any additional processors).