Subversion Repositories Kolibri OS

Rev

Rev 1498 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 6... Line 6...
6
 
6
 
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
Line 146... Line 146...
146
#define ACPI_DISASSEMBLER
146
#define ACPI_DISASSEMBLER
147
#define ACPI_DEBUG_OUTPUT
147
#define ACPI_DEBUG_OUTPUT
148
#define ACPI_CONSTANT_EVAL_ONLY
148
#define ACPI_CONSTANT_EVAL_ONLY
149
#define ACPI_LARGE_NAMESPACE_NODE
149
#define ACPI_LARGE_NAMESPACE_NODE
150
#define ACPI_DATA_TABLE_DISASSEMBLY
150
#define ACPI_DATA_TABLE_DISASSEMBLY
-
 
151
#define ACPI_SINGLE_THREADED
151
#endif
152
#endif
Line 152... Line 153...
152
 
153
 
Line 153... Line 154...
153
/* AcpiExec configuration */
154
/* AcpiExec configuration. Multithreaded with full AML debugger */
154
 
155
 
155
#ifdef ACPI_EXEC_APP
156
#ifdef ACPI_EXEC_APP
156
#define ACPI_APPLICATION
157
#define ACPI_APPLICATION
157
#define ACPI_FULL_DEBUG
158
#define ACPI_FULL_DEBUG
158
#define ACPI_MUTEX_DEBUG
159
#define ACPI_MUTEX_DEBUG
Line -... Line 160...
-
 
160
#define ACPI_DBG_TRACK_ALLOCATIONS
-
 
161
#endif
-
 
162
 
-
 
163
/* AcpiNames configuration. Single threaded with debugger output enabled. */
-
 
164
 
-
 
165
#ifdef ACPI_NAMES_APP
-
 
166
#define ACPI_DEBUGGER
-
 
167
#define ACPI_APPLICATION
-
 
168
#define ACPI_SINGLE_THREADED
-
 
169
#endif
-
 
170
 
-
 
171
/*
-
 
172
 * AcpiBin/AcpiHelp/AcpiSrc configuration. All single threaded, with
-
 
173
 * no debug output.
-
 
174
 */
-
 
175
#if (defined ACPI_BIN_APP)   || \
-
 
176
    (defined ACPI_SRC_APP)
-
 
177
#define ACPI_APPLICATION
-
 
178
#define ACPI_SINGLE_THREADED
-
 
179
#endif
-
 
180
 
-
 
181
#ifdef ACPI_HELP_APP
-
 
182
#define ACPI_DEBUG_OUTPUT
-
 
183
#define ACPI_APPLICATION
159
#define ACPI_DBG_TRACK_ALLOCATIONS
184
#define ACPI_SINGLE_THREADED
Line 160... Line 185...
160
#endif
185
#endif
161
 
186
 
162
/* Linkable ACPICA library */
187
/* Linkable ACPICA library */
Line 233... Line 258...
233
 
258
 
234
#ifndef ACPI_FLUSH_CPU_CACHE
259
#ifndef ACPI_FLUSH_CPU_CACHE
235
#define ACPI_FLUSH_CPU_CACHE()
260
#define ACPI_FLUSH_CPU_CACHE()
Line -... Line 261...
-
 
261
#endif
-
 
262
 
-
 
263
/* "inline" keywords - configurable since inline is not standardized */
-
 
264
 
-
 
265
#ifndef ACPI_INLINE
-
 
266
#define ACPI_INLINE
236
#endif
267
#endif
237
 
268
 
238
/*
269
/*
239
 * Configurable calling conventions:
270
 * Configurable calling conventions:
240
 *
271
 *