From owner-cvs-all Sun Feb 10 11:18:16 2002 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 A257937B402; Sun, 10 Feb 2002 11:18:13 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJIDw80374; Sun, 10 Feb 2002 11:18:13 -0800 (PST) (envelope-from gallatin) Message-Id: <200202101918.g1AJIDw80374@freefall.freebsd.org> From: Andrew Gallatin Date: Sun, 10 Feb 2002 11:18:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha swtch.s X-FreeBSD-CVS-Branch: RELENG_4 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 gallatin 2002/02/10 11:18:13 PST Modified files: (Branch: RELENG_4) sys/alpha/alpha swtch.s Log: Call vm_page_zero_idle() from the idle loop on alpha. The code has been there since day 1, but nothing has ever called it. It seems good for a speedup of a few minutes on a buildworld. Note: This is not an MFC as such, since the vm_page_zero_idle() function has moved to MI code in -current Reviewed by: ticso Revision Changes Path 1.14.2.1 +5 -2 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message