On Sunday, November 28, 2010, David Gwynne <d...@cvs.openbsd.org> wrote: > CVSROOT: /cvs > Module name: src > Changes by: d...@cvs.openbsd.org 2010/11/28 17:04:09 > > Modified files: > sys/arch/amd64/include: cpu.h > > Log message: > bump the number of supported cpus from 32 up to 64. lets me attach and use > all 48 cores in one of my boxes. > > requested by deraadt@ > made possible by the recent pmap diff by kettenis@
Doesn't pm_cpus in the pmap need to change to a u_int64_t and locore.S and pmap.c (at least) change to match? Philip Guenther