mirror of
https://github.com/acpica/acpica/
synced 2025-02-05 08:04:11 +03:00
Removed global OpRegion handler dispatch table, it was not being used.
date 2001.10.29.16.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
8e6de8e73c
commit
2a783a85c3
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acglobal.h - Declarations for global variables
|
||||
* $Revision: 1.106 $
|
||||
* $Revision: 1.107 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -261,10 +261,6 @@ ACPI_EXTERN UINT32 AcpiGbl_DeepestNesting;
|
||||
|
||||
ACPI_EXTERN ACPI_WALK_LIST *AcpiGbl_CurrentWalkList;
|
||||
|
||||
/* Address Space handlers */
|
||||
|
||||
ACPI_EXTERN ACPI_ADR_SPACE_INFO AcpiGbl_AddressSpaces[ACPI_NUM_ADDRESS_SPACES];
|
||||
|
||||
/* Control method single step flag */
|
||||
|
||||
ACPI_EXTERN UINT8 AcpiGbl_CmSingleStep;
|
||||
|
Loading…
x
Reference in New Issue
Block a user