From owner-cvs-src@FreeBSD.ORG Sat Oct 18 15:27:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE36316A4B3 for ; Sat, 18 Oct 2003 15:27:32 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5323843FDF for ; Sat, 18 Oct 2003 15:27:31 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 47481 invoked by uid 1000); 18 Oct 2003 22:27:32 -0000 Date: Sat, 18 Oct 2003 15:27:32 -0700 (PDT) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20031018222542.3B64A16A4EA@hub.freebsd.org> Message-ID: <20031018152655.T47471@root.org> References: <20031018222542.3B64A16A4EA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/sys proc.h src/sys/i386/i386 machdep.c src/sys/amd64/amd64 machdep.c src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 22:27:32 -0000 On Sat, 18 Oct 2003, Nate Lawson wrote: > FreeBSD src repository > > Modified files: > sys/sys proc.h > sys/i386/i386 machdep.c > sys/amd64/amd64 machdep.c > sys/ia64/ia64 machdep.c > Log: > Add the cpu_idle_hook() function pointer so that other idlers can be > hooked at runtime. Make C1 sleep (e.g., HLT) be the default. This > prepares the way for further ACPI sleep states. > > Revision Changes Path > 1.594 +17 -9 src/sys/amd64/amd64/machdep.c > 1.577 +17 -9 src/sys/i386/i386/machdep.c > 1.159 +11 -2 src/sys/ia64/ia64/machdep.c > 1.351 +1 -0 src/sys/sys/proc.h I forgot to add: Help from: peter, marcel -Nate