CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/11/27 06:03:04
Modified files: sys/arch/amd64/amd64: cpu.c sys/arch/i386/i386: cpu.c Log message: Make sure we don't attach more CPUs than we can handle. Prevents an out-of-bounds array access later on. Allows OpenBSD to boot on machines with more than 32 CPUs/cores. ok krw@, jsing@, dlg@