From: Sascha Wildner Date: Fri, 14 Dec 2018 21:34:59 +0000 (+0100) Subject: kernel/acpi: Fix the ACPI_LV_VERBOSITY1 level's value. X-Git-Tag: v5.7.0~681 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/033d05cb555feee7020c12dc4fbc7e7e1b4d451e kernel/acpi: Fix the ACPI_LV_VERBOSITY1 level's value. --- diff --git a/sys/contrib/dev/acpica/source/include/acoutput.h b/sys/contrib/dev/acpica/source/include/acoutput.h index 358ff55a08..1860aeef5a 100644 --- a/sys/contrib/dev/acpica/source/include/acoutput.h +++ b/sys/contrib/dev/acpica/source/include/acoutput.h @@ -216,7 +216,7 @@ #define ACPI_LV_RESOURCES 0x00010000 #define ACPI_LV_USER_REQUESTS 0x00020000 #define ACPI_LV_PACKAGE 0x00040000 -#define ACPI_LV_VERBOSITY1 0x0007FF40 | ACPI_LV_ALL_EXCEPTIONS +#define ACPI_LV_VERBOSITY1 0x0007FFE0 | ACPI_LV_ALL_EXCEPTIONS /* Trace verbosity level 2 [Function tracing and memory allocation] */