Commit c15fe391 authored by Saket Dumbre's avatar Saket Dumbre Committed by Rafael J. Wysocki

ACPICA: Attempt 1 to fix issue #900

ACPICA commit f5910dd1ab60780b95eed16d36860f18b01bc156

Link: https://github.com/acpica/acpica/commit/f5910dd1Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2e94dc11
...@@ -42,7 +42,6 @@ void acpi_ut_init_stack_ptr_trace(void) ...@@ -42,7 +42,6 @@ void acpi_ut_init_stack_ptr_trace(void)
#pragma GCC diagnostic ignored "-Wdangling-pointer=" #pragma GCC diagnostic ignored "-Wdangling-pointer="
#endif #endif
acpi_gbl_entry_stack_pointer = &current_sp; acpi_gbl_entry_stack_pointer = &current_sp;
#pragma GCC diagnostic pop
} }
/******************************************************************************* /*******************************************************************************
...@@ -63,6 +62,7 @@ void acpi_ut_track_stack_ptr(void) ...@@ -63,6 +62,7 @@ void acpi_ut_track_stack_ptr(void)
if (&current_sp < acpi_gbl_lowest_stack_pointer) { if (&current_sp < acpi_gbl_lowest_stack_pointer) {
acpi_gbl_lowest_stack_pointer = &current_sp; acpi_gbl_lowest_stack_pointer = &current_sp;
#pragma GCC diagnostic pop
} }
if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) { if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment