Moved runtime config to static init in acglobal.h

date	2004.03.30.18.32.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:14:38 +00:00
parent 9f94537dbb
commit 5a8069af1b

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utglobal - Global variables for the ACPI subsystem
* $Revision: 1.196 $
* $Revision: 1.197 $
*
*****************************************************************************/
@ -864,11 +864,6 @@ AcpiUtInitGlobals (
ACPI_FUNCTION_TRACE ("UtInitGlobals");
/* Runtime configuration */
AcpiGbl_CreateOsiMethod = TRUE;
AcpiGbl_AllMethodsSerialized = FALSE;
AcpiGbl_LeaveWakeGpesDisabled = TRUE;
/* Memory allocation and cache lists */