mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 00:44:17 +03:00
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:
parent
9f94537dbb
commit
5a8069af1b
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user