summaryrefslogtreecommitdiff
path: root/source/include/acmacros.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-21 09:07:53 -0800
committerGitHub <noreply@github.com>2016-12-21 09:07:53 -0800
commit07d0f9453e9a449ba6c13f31b292a62360ad7d4f (patch)
treebb044b563f2680bcb21fdb366c76f66a531d4331 /source/include/acmacros.h
parent73b741b6055299f93d788fda15d134b5a228aec2 (diff)
downloadacpica-revert-196-acpica-trivial.tar.gz
Revert "Acpica trivial"revert-196-acpica-trivial
Diffstat (limited to 'source/include/acmacros.h')
-rw-r--r--source/include/acmacros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/acmacros.h b/source/include/acmacros.h
index 90dcc7714..1255be5c5 100644
--- a/source/include/acmacros.h
+++ b/source/include/acmacros.h
@@ -531,13 +531,8 @@
* the plist contains a set of parens to allow variable-length lists.
* These macros are used for both the debug and non-debug versions of the code.
*/
-#if defined (ACPI_USE_DO_ONCE_MACRO) && defined (ACPI_DO_ONCE)
-#define ACPI_ERROR_NAMESPACE(s, e) ACPI_DO_ONCE(AcpiUtNamespaceError (AE_INFO, s, e));
-#define ACPI_ERROR_METHOD(s, n, p, e) ACPI_DO_ONCE(AcpiUtMethodError (AE_INFO, s, n, p, e));
-#else
#define ACPI_ERROR_NAMESPACE(s, e) AcpiUtNamespaceError (AE_INFO, s, e);
#define ACPI_ERROR_METHOD(s, n, p, e) AcpiUtMethodError (AE_INFO, s, n, p, e);
-#endif
#define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist
#define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist
#define ACPI_BIOS_ERROR_PREDEFINED(plist) AcpiUtPredefinedBiosError plist