aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-06-10 20:01:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-06-10 20:01:33 +0000
commit5753d036712f83680f3356229895cb9b4c0fdd1a (patch)
tree225ff4ff6c0104979e7bf2e5ce30303681902aa6 /sys
parent25909b81f1016dd3c1a896227334eb584d1daec2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index ec3fce5f6bf4..94aae062fc82 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -2356,7 +2356,7 @@ acpi_ReqSleepState(struct acpi_softc *sc, int state)
clone->notify_status = APM_EV_NONE;
if ((clone->flags & ACPI_EVF_DEVD) == 0) {
selwakeuppri(&clone->sel_read, PZERO);
- KNOTE_UNLOCKED(&clone->sel_read.si_note, 0);
+ KNOTE_LOCKED(&clone->sel_read.si_note, 0);
}
}
#endif