Date: Sat, 6 Aug 2005 19:59:23 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include param.h Message-ID: <200508061959.j76JxNrn017819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2005-08-06 19:59:23 UTC
FreeBSD src repository
Modified files:
sys/ia64/include param.h
Log:
Reduce the default MAXCPU from 16 to 4. This is in preparation of
allocating a VHPT per CPU. Since we don't yet know how many CPUs
are actually in the system at the time we need to allocate the
VHPTs, we allocate for MAXCPU processors. This can result in a
lot of wasted space for 2-way machines. So, for now, limit MAXCPU
to something smaller until we have something more dynamic.
Revision Changes Path
1.21 +1 -1 src/sys/ia64/include/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508061959.j76JxNrn017819>
