mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
ACPICA: Attempt 1 to fix issue #900
ACPICA commit f5910dd1ab60780b95eed16d36860f18b01bc156 Link: https://github.com/acpica/acpica/commit/f5910dd1 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
2e94dc1189
commit
c15fe3916b
|
|
@ -42,7 +42,6 @@ void acpi_ut_init_stack_ptr_trace(void)
|
|||
#pragma GCC diagnostic ignored "-Wdangling-pointer="
|
||||
#endif
|
||||
acpi_gbl_entry_stack_pointer = ¤t_sp;
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
@ -63,6 +62,7 @@ void acpi_ut_track_stack_ptr(void)
|
|||
|
||||
if (¤t_sp < acpi_gbl_lowest_stack_pointer) {
|
||||
acpi_gbl_lowest_stack_pointer = ¤t_sp;
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
if (acpi_gbl_nesting_level > acpi_gbl_deepest_nesting) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user