From: Tomasz Nowicki Date: Tue, 29 Oct 2013 01:28:49 +0000 (+0800) Subject: ACPICA: Ensure that debug output is immediately disabled on termination. X-Git-Tag: v3.13-rc1~96^2~9^2~34 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1b673f23d95f0bbc7e3c95321864b727ea75704b;p=~emulex%2Finfiniband.git ACPICA: Ensure that debug output is immediately disabled on termination. Set the global debug flag to "no output" when the debugger is shutdown. ACPICA BZ 1011. Tomasz Nowicki. Since the debugger is not shipped in the Linux kernel upstream, this change doesn't affect Linux kernel's behavior. References: https://bugs.acpica.org/show_bug.cgi?id=1011 Signed-off-by: Tomasz Nowicki Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index be9e30ee604..dafa0f6c5fe 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h @@ -1094,6 +1094,7 @@ struct acpi_integrity_info { u32 objects; }; +#define ACPI_DB_DISABLE_OUTPUT 0x00 #define ACPI_DB_REDIRECTABLE_OUTPUT 0x01 #define ACPI_DB_CONSOLE_OUTPUT 0x02 #define ACPI_DB_DUPLICATE_OUTPUT 0x03