diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
| commit | 754171ae60abbbd707ed8d449f07ef38f596bd22 (patch) | |
| tree | 67d2b76905535d056ba6911186285d0325dc703f /source/compiler/asldefine.h | |
| parent | e599b42ef5047e5546af949d87d2cfd2e17062b0 (diff) | |
Notes
Diffstat (limited to 'source/compiler/asldefine.h')
| -rw-r--r-- | source/compiler/asldefine.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/compiler/asldefine.h b/source/compiler/asldefine.h index 9e42a302563f..c76b4a070b27 100644 --- a/source/compiler/asldefine.h +++ b/source/compiler/asldefine.h @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #ifndef __ASLDEFINE_H #define __ASLDEFINE_H @@ -55,14 +54,14 @@ #define ASL_INVOCATION_NAME "iasl" #define ASL_CREATOR_ID "INTL" -#define ASL_COMPLIANCE "Supports ACPI Specification Revision 5.0A" +#define ASL_COMPLIANCE "Supports ACPI Specification Revision 5.1" /* Configuration constants */ #define ASL_MAX_ERROR_COUNT 200 -#define ASL_NODE_CACHE_SIZE 1024 -#define ASL_STRING_CACHE_SIZE 32768 +#define ASL_PARSEOP_CACHE_SIZE (1024 * 16) +#define ASL_STRING_CACHE_SIZE (1024 * 64) #define ASL_FIRST_PARSE_OPCODE PARSEOP_ACCESSAS #define ASL_PARSE_OPCODE_BASE PARSEOP_ACCESSAS /* First Lex type */ |
