change for AcpiEnableEvent API change

date	2002.02.01.23.15.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:42:02 +00:00
parent 9c292daf7c
commit 22d669004e

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: aemain - Main routine for the AcpiExec utility
* $Revision: 1.53 $
* $Revision: 1.54 $
*
*****************************************************************************/
@ -439,7 +439,7 @@ main (
ReturnBuf.Pointer = Buffer;
AcpiGetName (AcpiGbl_RootNode, ACPI_FULL_PATHNAME, &ReturnBuf);
AcpiEnableEvent (ACPI_EVENT_GLOBAL, ACPI_EVENT_FIXED, 0);
AcpiEnableEvent (0, ACPI_EVENT_GPE, ACPI_EVENT_ENABLE);
AcpiEnableEvent (0, ACPI_EVENT_GPE, 0);
}
#ifdef _IA16