From owner-cvs-src@FreeBSD.ORG Tue Sep 27 18:15:58 2005 Return-Path: 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 2E6DD16A41F; Tue, 27 Sep 2005 18:15:58 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86943D48; Tue, 27 Sep 2005 18:15:57 +0000 (GMT) (envelope-from peter@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 j8RIFved022813; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8RIFvfb022812; Tue, 27 Sep 2005 18:15:57 GMT (envelope-from peter) Message-Id: <200509271815.j8RIFvfb022812@repoman.freebsd.org> From: Peter Wemm Date: Tue, 27 Sep 2005 18:15:57 +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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 18:15:58 -0000 peter 2005-09-27 18:15:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Don't report Maxmem as 'real memory'. It is really the highest address available and can give the wrong impression when there are memory holes. Report the total amount of usable memory that we detected instead of the highest address. Revision Changes Path 1.640 +2 -2 src/sys/amd64/amd64/machdep.c