From owner-cvs-all Thu Nov 1 16:41: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D77137B406; Thu, 1 Nov 2001 16:41:01 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA20f1J12712; Thu, 1 Nov 2001 16:41:01 -0800 (PST) (envelope-from peter) Message-Id: <200111020041.fA20f1J12712@freefall.freebsd.org> From: Peter Wemm Date: Thu, 1 Nov 2001 16:41:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/11/01 16:41:01 PST Modified files: sys/alpha/alpha machdep.c sys/ia64/ia64 machdep.c Log: "Fix" a problem that got copied from alpha to ia64 and broke there. When we truncate the msgbuf size because the last chunk is too small, correctly terminate the phys_avail[] array - the VM system tests the *end* for zero, not the start. This leads the VM startup to attempt to recreate a duplicate set of pages for all physical memory. XXX the msgbuf handling is suspiciously different on i386 vs alpha/ia64... Revision Changes Path 1.152 +3 -1 src/sys/alpha/alpha/machdep.c 1.64 +3 -1 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message