Explorar o código

ACPI: add dump_stack() to trace acpi_format_exception programming errors

Dump the stack so we can find the secretive caller to acpi_format_exception().

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Andrew Morton %!s(int64=17) %!d(string=hai) anos
pai
achega
3e0d69ecf0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/acpi/utilities/utglobal.c

+ 1 - 0
drivers/acpi/utilities/utglobal.c

@@ -126,6 +126,7 @@ const char *acpi_format_exception(acpi_status status)
 			    "Unknown exception code: 0x%8.8X", status));
 
 		exception = "UNKNOWN_STATUS_CODE";
+		dump_stack();
 	}
 
 	return (ACPI_CAST_PTR(const char, exception));