Date: Sat, 18 Oct 2003 15:27:32 -0700 (PDT) From: Nate Lawson <nate@root.org> To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org 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 Message-ID: <20031018152655.T47471@root.org> In-Reply-To: <20031018222542.3B64A16A4EA@hub.freebsd.org> References: <20031018222542.3B64A16A4EA@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031018152655.T47471>