From owner-cvs-all@FreeBSD.ORG Sun Jun 3 23:18:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4928416A400; Sun, 3 Jun 2007 23:18:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 21F5A13C44B; Sun, 3 Jun 2007 23:18:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l53NIUoe059713; Sun, 3 Jun 2007 23:18:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l53NITQ7059709; Sun, 3 Jun 2007 23:18:29 GMT (envelope-from alc) Message-Id: <200706032318.l53NITQ7059709@repoman.freebsd.org> From: Alan Cox Date: Sun, 3 Jun 2007 23:18:29 +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/amd64/amd64 machdep.c src/sys/amd64/include vmparam.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2007 23:18:30 -0000 alc 2007-06-03 23:18:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/include vmparam.h Log: Add the machine-specific definitions for configuring the new physical memory allocator. Set the size of phys_avail[] and dump_avail[] using one of these definitions. Approved by: re Revision Changes Path 1.673 +7 -1 src/sys/amd64/amd64/machdep.c 1.48 +38 -0 src/sys/amd64/include/vmparam.h