Skip to content

Commit

Permalink
Linux: use different debug default than ACPICA
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
  • Loading branch information
Erik Schmauss committed Mar 15, 2019
1 parent 01f9848 commit 6090371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/include/platform/aclinux.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
#define ACPI_NO_ERROR_MESSAGES
#undef ACPI_DEBUG_OUTPUT

/* Use a specific bugging default separate from ACPICA */

#undef ACPI_DEBUG_DEFAULT
#define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR)

/* External interface for __KERNEL__, stub is needed */

#define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \
Expand Down

0 comments on commit 6090371

Please sign in to comment.