diff options
author | Bob Moore <robert.moore@intel.com> | 2019-01-14 12:55:23 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-01-15 12:04:02 -0500 |
commit | f13c274da3896da705169409ad9b41df1ed84a33 (patch) | |
tree | 90c1f9f4716b9a56405a1e77adade51cfedb89f5 /include/acpi/acpixf.h | |
parent | 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8 (diff) |
ACPICA: Convert more ACPI errors to firmware errors
ACPICA commit f3198c12f2df9d170b3da891a180b774cfe01e59
Also adds a new firmware error function, acpi_bios_exception.
Link: https://github.com/acpica/acpica/commit/f3198c12
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 7aa38b648564..f0adda015fc7 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -903,6 +903,12 @@ ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3) | |||
903 | acpi_bios_error(const char *module_name, | 903 | acpi_bios_error(const char *module_name, |
904 | u32 line_number, | 904 | u32 line_number, |
905 | const char *format, ...)) | 905 | const char *format, ...)) |
906 | ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(4) | ||
907 | void ACPI_INTERNAL_VAR_XFACE | ||
908 | acpi_bios_exception(const char *module_name, | ||
909 | u32 line_number, | ||
910 | acpi_status status, | ||
911 | const char *format, ...)) | ||
906 | ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3) | 912 | ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3) |
907 | void ACPI_INTERNAL_VAR_XFACE | 913 | void ACPI_INTERNAL_VAR_XFACE |
908 | acpi_bios_warning(const char *module_name, | 914 | acpi_bios_warning(const char *module_name, |