diff options
author | Len Brown <len.brown@intel.com> | 2007-07-22 02:22:55 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-22 02:22:55 -0400 |
commit | 939ab20152390c8ccccfa6fac0830405ca91d903 (patch) | |
tree | 97060b56aafe47b472899a53634668f28960ea7d /include/acpi/acoutput.h | |
parent | d9ff963801e4f7648c55a27413a1b1de59480a30 (diff) | |
parent | 798d91039849486c7a4f1a458a5680cb55a65408 (diff) |
Pull acpi-debug into release branch
Diffstat (limited to 'include/acpi/acoutput.h')
-rw-r--r-- | include/acpi/acoutput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 7812267b577..c090a8b0bc9 100644 --- a/include/acpi/acoutput.h +++ b/include/acpi/acoutput.h @@ -178,8 +178,8 @@ /* Defaults for debug_level, debug and normal */ -#define ACPI_DEBUG_DEFAULT (ACPI_LV_INIT | ACPI_LV_WARN | ACPI_LV_ERROR | ACPI_LV_DEBUG_OBJECT) -#define ACPI_NORMAL_DEFAULT (ACPI_LV_INIT | ACPI_LV_WARN | ACPI_LV_ERROR | ACPI_LV_DEBUG_OBJECT) +#define ACPI_DEBUG_DEFAULT (ACPI_LV_INIT | ACPI_LV_WARN | ACPI_LV_ERROR) +#define ACPI_NORMAL_DEFAULT (ACPI_LV_INIT | ACPI_LV_WARN | ACPI_LV_ERROR) #define ACPI_DEBUG_ALL (ACPI_LV_AML_DISASSEMBLE | ACPI_LV_ALL_EXCEPTIONS | ACPI_LV_ALL) #endif /* __ACOUTPUT_H__ */ |