Restructuring of GPE tables and code

date	2002.01.11.22.41.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:13:46 +00:00
parent a11d7714b3
commit f3415529ea

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utglobal - Global variables for the ACPI subsystem
* $Revision: 1.143 $
* $Revision: 1.145 $
*
*****************************************************************************/
@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
* Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
* All rights reserved.
*
* 2. License
@ -789,8 +789,8 @@ AcpiUtInitGlobals (
AcpiGbl_Gpe0EnableRegisterSave = NULL;
AcpiGbl_Gpe1EnableRegisterSave = NULL;
AcpiGbl_OriginalMode = SYS_MODE_UNKNOWN; /* original ACPI/legacy mode */
AcpiGbl_GpeRegisters = NULL;
AcpiGbl_GpeInfo = NULL;
AcpiGbl_GpeRegisterInfo = NULL;
AcpiGbl_GpeNumberInfo = NULL;
/* Namespace */