diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-12-02 01:51:00 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-12-02 01:51:00 +0300 |
commit | 331dfcf830a424dacbe11f0543ebf6097ae89964 (patch) | |
tree | d953e98ad8c3f4b46f8a737de2b5424d8b3c83eb /drivers/acpi/acpica/acglobal.h | |
parent | 75f9c2939a157c77d8342c53d3d4f016d3b067a3 (diff) | |
parent | c50f13c672df758b59e026c15b9118f3ed46edc4 (diff) | |
download | linux-331dfcf830a424dacbe11f0543ebf6097ae89964.tar.xz |
Merge branch 'acpica' into acpi-pm
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
-rw-r--r-- | drivers/acpi/acpica/acglobal.h | 1 |
1 files changed, 1 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); ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE); ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE); +ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE); ACPI_GLOBAL(u8, acpi_gbl_db_opt_disasm); ACPI_GLOBAL(u8, acpi_gbl_db_opt_verbose); |