We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59df1c2 commit 11207b4Copy full SHA for 11207b4
include/acpi/platform/aclinux.h
@@ -66,6 +66,11 @@
66
67
#define ACPI_INIT_FUNCTION __init
68
69
+/* Use a specific bugging default separate from ACPICA */
70
+
71
+#undef ACPI_DEBUG_DEFAULT
72
+#define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR)
73
74
#ifndef CONFIG_ACPI
75
76
/* External globals for __KERNEL__, stubs is needed */
@@ -82,11 +87,6 @@
82
87
#define ACPI_NO_ERROR_MESSAGES
83
88
#undef ACPI_DEBUG_OUTPUT
84
89
85
-/* Use a specific bugging default separate from ACPICA */
86
-
-#undef ACPI_DEBUG_DEFAULT
-#define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR)
90
/* External interface for __KERNEL__, stub is needed */
91
92
#define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
0 commit comments