From owner-cvs-all Tue Oct 10 18: 1:56 2000 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 6CDA137B502; Tue, 10 Oct 2000 18:01:54 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90830; Tue, 10 Oct 2000 18:01:54 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200010110101.SAA90830@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 10 Oct 2000 18:01:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/10/10 18:01:54 PDT Modified files: sys/alpha/alpha mem.c Log: kmem transfers were being double-counted due to a missing continue. This silences the dreaded "swapinfo:cannot read blmeta_t" messages at boot. I'm really suprised there were no PRs open about this... Revision Changes Path 1.32 +2 -1 src/sys/alpha/alpha/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message