Subject: CVS commit: src/sys/arch/i386/acpi
To: None <source-changes@NetBSD.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 01/24/2007 20:32:45
Module Name:	src
Committed By:	tshiozak
Date:		Wed Jan 24 20:32:45 UTC 2007

Modified Files:
	src/sys/arch/i386/acpi: acpi_wakeup.c

Log Message:
In acpi_restorecpu, "pushl ret_addr" was wrong.
this decrease esp unsuitably.  this may crash the kernel while leaving
acpi_md_sleep().  (rely on the code generation options passed to cc)


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/i386/acpi/acpi_wakeup.c

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