Subject: CVS commit: syssrc/sys/dev/acpi/acpica/Osd
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/15/2002 20:04:13
Module Name:	syssrc
Committed By:	yamt
Date:		Sun Sep 15 17:04:13 UTC 2002

Modified Files:
	syssrc/sys/dev/acpi/acpica/Osd: OsdSchedule.c

Log Message:
make AcpiOsStall always delay instead of sleep.
sleeping isn't safe because sometimes it's called with interrupt-disabled.
ok'ed by thorpej.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/acpi/acpica/Osd/OsdSchedule.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.