diff options
| -rw-r--r-- | drivers/acpi/acpica/acglobal.h | 1 | ||||
| -rw-r--r-- | drivers/acpi/acpica/aclocal.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index ebf02cc10a43..7f60582d0c8c 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
| @@ -305,6 +305,7 @@ ACPI_INIT_GLOBAL(u8, acpi_gbl_db_output_flags, ACPI_DB_CONSOLE_OUTPUT); | |||
| 305 | 305 | ||
| 306 | ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE); | 306 | ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE); |
| 307 | ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE); | 307 | ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE); |
| 308 | ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE); | ||
| 308 | 309 | ||
| 309 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm); | 310 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm); |
| 310 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose); | 311 | ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose); |
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index c00e7e41ad75..1c218d9478cb 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
| @@ -722,6 +722,7 @@ union acpi_parse_value { | |||
| 722 | ACPI_DISASM_ONLY_MEMBERS (\ | 722 | ACPI_DISASM_ONLY_MEMBERS (\ |
| 723 | u8 disasm_flags; /* Used during AML disassembly */\ | 723 | u8 disasm_flags; /* Used during AML disassembly */\ |
| 724 | u8 disasm_opcode; /* Subtype used for disassembly */\ | 724 | u8 disasm_opcode; /* Subtype used for disassembly */\ |
| 725 | char *operator_symbol;/* Used for C-style operator name strings */\ | ||
| 725 | char aml_op_name[16]) /* Op name (debug only) */ | 726 | char aml_op_name[16]) /* Op name (debug only) */ |
| 726 | 727 | ||
| 727 | /* Flags for disasm_flags field above */ | 728 | /* Flags for disasm_flags field above */ |
| @@ -827,6 +828,7 @@ struct acpi_parse_state { | |||
| 827 | #define ACPI_PARSEOP_EMPTY_TERMLIST 0x04 | 828 | #define ACPI_PARSEOP_EMPTY_TERMLIST 0x04 |
| 828 | #define ACPI_PARSEOP_PREDEF_CHECKED 0x08 | 829 | #define ACPI_PARSEOP_PREDEF_CHECKED 0x08 |
| 829 | #define ACPI_PARSEOP_SPECIAL 0x10 | 830 | #define ACPI_PARSEOP_SPECIAL 0x10 |
| 831 | #define ACPI_PARSEOP_COMPOUND 0x20 | ||
| 830 | 832 | ||
| 831 | /***************************************************************************** | 833 | /***************************************************************************** |
| 832 | * | 834 | * |
