Subject: Re: CVS commit: src/sys/arch/i386/acpi
To: None <perry@piermont.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 04/22/2005 11:10:07
> > Module Name:	src
> > Committed By:	yamt
> > Date:		Thu Apr 21 14:03:25 UTC 2005
> >
> > Modified Files:
> > 	src/sys/arch/i386/acpi: acpi_wakeup.c
> >
> > Log Message:
> > sprinkle __unused so that variables referenced from asm code don't get
> > optimized out.
> 
> Your commit message is a bit incorrect here -- you mean "__used" don't you?

sure.  fixed in the log.  thanks.

YAMAMOTO Takashi