From owner-cvs-sys Sun Mar 22 21:31:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28263 for cvs-sys-outgoing; Sun, 22 Mar 1998 21:31:12 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28201; Sun, 22 Mar 1998 21:30:56 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA06473; Sun, 22 Mar 1998 21:30:31 -0800 (PST) Date: Sun, 22 Mar 1998 21:30:31 -0800 (PST) Message-Id: <199803230530.VAA06473@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 jkh 1998/03/22 21:30:31 PST Modified files: (Branch: RELENG_2_2) sys/i386/i386 machdep.c Log: MFC: don't set bouncepages as a function of total memory size or you will lose on large memory machines. Revision Changes Path 1.209.2.22 +1 -2 src/sys/i386/i386/machdep.c