Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 02/14/2003 07:38:40
Module Name:	src
Committed By:	tshiozak
Date:		Fri Feb 14 05:38:40 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: acpi_machdep.c

Log Message:
use IPL_SCHED instead of IPL_HIGH to establish interrupt for ACPI;
Calling wakeup() from a intr handler established with IPL_HIGH may causes
run/sleep queue to confuse because SCHED_LOCK() uses splsched().


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/i386/i386/acpi_machdep.c

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