From owner-cvs-sys Thu Sep 25 08:54:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA24112 for cvs-sys-outgoing; Thu, 25 Sep 1997 08:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA24070; Thu, 25 Sep 1997 08:54:29 -0700 (PDT) From: David Greenman Received: (from davidg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA22218; Thu, 25 Sep 1997 08:49:39 -0700 (PDT) Date: Thu, 25 Sep 1997 08:49:39 -0700 (PDT) Message-Id: <199709251549.IAA22218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 1997/09/25 08:49:38 PDT Modified files: sys/i386/i386 machdep.c Log: Fix a bug where the speculative memory probe wouldn't occur on systems that report slightly more than 64MB of total memory. This can happen due to the total being the sum of both base and extended memory. Submitted by: Alan Cox Revision Changes Path 1.266 +2 -2 src/sys/i386/i386/machdep.c