Date: Sat, 18 Oct 2003 15:25:07 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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: <200310182225.h9IMP7wP059637@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2003/10/18 15:25:07 PDT 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310182225.h9IMP7wP059637>