Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 03/04/2003 15:44:09
Module Name: src
Committed By: yamt
Date: Tue Mar 4 13:44:09 UTC 2003
Modified Files:
src/sys/arch/i386/i386: acpi_machdep.c
Log Message:
lower acpi interrupt level to IPL_VM.
it's the highest level it can use because it uses malloc(9).
XXX probably, it's still higher than it needs.
ok'ed by thorpej.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 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.