Module Name: src Committed By: jruoho Date: Mon Aug 23 16:20:45 UTC 2010
Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/include: machdep.h src/sys/arch/x86/x86: x86_machdep.c src/sys/dev/acpi: acpi_cpu.h acpi_cpu_cstate.c Log Message: Other entry points beyond x86_cpu_idle_halt() may use HLT as the idle-mechanism. Send an IPI also for these in cpu_need_resched(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/machdep.h cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/x86/x86_machdep.c cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpi_cpu.h cvs rdiff -u -r1.32 -r1.33 src/sys/dev/acpi/acpi_cpu_cstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.