Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350862
b: refs/heads/master
c: 75e4446
h: refs/heads/master
v: v3
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent 5ce1763 commit c25047c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8dca243eb1e7e97fb6bff60677e4bbae3f6f558
refs/heads/master: 75e444606d88b877dfb1a57b0a0ae81ed5320922
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpica/utglobal.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ acpi_status acpi_ut_init_globals(void)

/* GPE support */

acpi_gbl_all_gpes_initialized = FALSE;
acpi_gbl_gpe_xrupt_list_head = NULL;
acpi_gbl_gpe_fadt_blocks[0] = NULL;
acpi_gbl_gpe_fadt_blocks[1] = NULL;
acpi_current_gpe_count = 0;
acpi_gbl_all_gpes_initialized = FALSE;

acpi_gbl_global_event_handler = NULL;

Expand Down Expand Up @@ -367,6 +367,7 @@ acpi_status acpi_ut_init_globals(void)

#ifdef ACPI_DBG_TRACK_ALLOCATIONS
acpi_gbl_display_final_mem_stats = FALSE;
acpi_gbl_disable_mem_tracking = FALSE;
#endif

return_ACPI_STATUS(AE_OK);
Expand Down

0 comments on commit c25047c

Please sign in to comment.