Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/acpi
Module Name: src
Committed By: jruoho
Date: Sat Aug 14 05:41:22 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_cpu_cstate.c
acpi_cpu_pstate.c acpi_cpu_tstate.c
Log Message:
Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.
There is a small and unlikely race when the drivers are loaded as modules;
suspend, resume, queue a function, and immediately unload the module.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/acpi/acpi_acad.c
cvs rdiff -u -r1.103 -r1.104 src/sys/dev/acpi/acpi_bat.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/acpi/acpi_cpu_cstate.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpi_cpu_pstate.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpi_cpu_tstate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index