Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/i386/i386



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.




Home | Main Index | Thread Index | Old Index