From owner-cvs-src@FreeBSD.ORG  Sat Aug  6 19:59:24 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6455F16A420;
	Sat,  6 Aug 2005 19:59:24 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B79343D46;
	Sat,  6 Aug 2005 19:59:24 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j76JxNK1017820;
	Sat, 6 Aug 2005 19:59:23 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j76JxNrn017819;
	Sat, 6 Aug 2005 19:59:23 GMT (envelope-from marcel)
Message-Id: <200508061959.j76JxNrn017819@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Sat, 6 Aug 2005 19:59:23 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/ia64/include param.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 06 Aug 2005 19:59:24 -0000

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