diff options
Diffstat (limited to 'include/acpi/platform/acenv.h')
-rw-r--r-- | include/acpi/platform/acenv.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index d5a7f566c018..2270bdd5e530 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
@@ -70,6 +70,7 @@ | |||
70 | #define ACPI_DEBUGGER | 70 | #define ACPI_DEBUGGER |
71 | #define ACPI_DISASSEMBLER | 71 | #define ACPI_DISASSEMBLER |
72 | #define ACPI_MUTEX_DEBUG | 72 | #define ACPI_MUTEX_DEBUG |
73 | #define ACPI_DBG_TRACK_ALLOCATIONS | ||
73 | #endif | 74 | #endif |
74 | 75 | ||
75 | #ifdef ACPI_ASL_COMPILER | 76 | #ifdef ACPI_ASL_COMPILER |
@@ -165,17 +166,6 @@ | |||
165 | 166 | ||
166 | #endif | 167 | #endif |
167 | 168 | ||
168 | /* | ||
169 | * Memory allocation tracking. Used only if | ||
170 | * 1) This is the debug version | ||
171 | * 2) This is NOT a 16-bit version of the code (not enough real-mode memory) | ||
172 | */ | ||
173 | #ifdef ACPI_DEBUG_OUTPUT | ||
174 | #if ACPI_MACHINE_WIDTH != 16 | ||
175 | #define ACPI_DBG_TRACK_ALLOCATIONS | ||
176 | #endif | ||
177 | #endif | ||
178 | |||
179 | /*! [End] no source code translation !*/ | 169 | /*! [End] no source code translation !*/ |
180 | 170 | ||
181 | /* | 171 | /* |