Deleted Added
full compact
acconfig.h (123315) acconfig.h (126372)
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
1/******************************************************************************
2 *
3 * Name: acconfig.h - Global configuration constants
4 * $Revision: 145 $
4 * $Revision: 149 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
12 * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

132 *
133 * ACPI_APPLICATION - Use this switch if the subsystem is going to be run
134 * at the application level.
135 *
136 */
137
138/* Version string */
139
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

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

132 *
133 * ACPI_APPLICATION - Use this switch if the subsystem is going to be run
134 * at the application level.
135 *
136 */
137
138/* Version string */
139
140#define ACPI_CA_VERSION 0x20031203
140#define ACPI_CA_VERSION 0x20040220
141
142/* Maximum objects in the various object caches */
143
144#define ACPI_MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
145#define ACPI_MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
146#define ACPI_MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
147#define ACPI_MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */
148#define ACPI_MAX_WALK_CACHE_DEPTH 4 /* Objects for parse tree walks */

--- 127 unchanged lines hidden ---
141
142/* Maximum objects in the various object caches */
143
144#define ACPI_MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */
145#define ACPI_MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
146#define ACPI_MAX_EXTPARSE_CACHE_DEPTH 64 /* Parse tree objects */
147#define ACPI_MAX_OBJECT_CACHE_DEPTH 64 /* Interpreter operand objects */
148#define ACPI_MAX_WALK_CACHE_DEPTH 4 /* Objects for parse tree walks */

--- 127 unchanged lines hidden ---