]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the cpu_idle_hook() function pointer so that other idlers can be
authorNate Lawson <njl@FreeBSD.org>
Sat, 18 Oct 2003 22:25:07 +0000 (22:25 +0000)
committerNate Lawson <njl@FreeBSD.org>
Sat, 18 Oct 2003 22:25:07 +0000 (22:25 +0000)
commit4c3655b4185c226d154b679dfb0085795b167077
treed0d76931498b719475fa35837a3e8a739d9a033c
parent8b575f6c283c5e53e30caf811bacf59f5d9b1cc2
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.
sys/amd64/amd64/machdep.c
sys/i386/i386/machdep.c
sys/ia64/ia64/machdep.c
sys/sys/proc.h