Deleted Added
full compact
acconfig.h (78986) acconfig.h (80062)
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 * $Revision: 65 $
4 * $Revision: 66 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

--- 126 unchanged lines hidden (view full) ---

139 *
140 * Subsystem Constants
141 *
142 *****************************************************************************/
143
144
145/* Version string */
146
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

--- 126 unchanged lines hidden (view full) ---

139 *
140 * Subsystem Constants
141 *
142 *****************************************************************************/
143
144
145/* Version string */
146
147#define ACPI_CA_VERSION 0x20010615
147#define ACPI_CA_VERSION 0x20010717
148
149
150/* Maximum objects in the various object caches */
151
152#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
153#define MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
154#define MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
155#define MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */

--- 94 unchanged lines hidden ---
148
149
150/* Maximum objects in the various object caches */
151
152#define MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
153#define MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
154#define MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
155#define MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */

--- 94 unchanged lines hidden ---