diff options
Diffstat (limited to 'drivers/acpi/utilities/utglobal.c')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index d6813d88a104..6828c7aefa8a 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -793,6 +793,11 @@ void acpi_ut_init_globals(void) | |||
793 | acpi_gbl_mutex_info[i].use_count = 0; | 793 | acpi_gbl_mutex_info[i].use_count = 0; |
794 | } | 794 | } |
795 | 795 | ||
796 | for (i = 0; i < ACPI_NUM_OWNERID_MASKS; i++) { | ||
797 | acpi_gbl_owner_id_mask[i] = 0; | ||
798 | } | ||
799 | acpi_gbl_owner_id_mask[ACPI_NUM_OWNERID_MASKS - 1] = 0x80000000; /* Last ID is never valid */ | ||
800 | |||
796 | /* GPE support */ | 801 | /* GPE support */ |
797 | 802 | ||
798 | acpi_gbl_gpe_xrupt_list_head = NULL; | 803 | acpi_gbl_gpe_xrupt_list_head = NULL; |
@@ -830,8 +835,8 @@ void acpi_ut_init_globals(void) | |||
830 | acpi_gbl_ns_lookup_count = 0; | 835 | acpi_gbl_ns_lookup_count = 0; |
831 | acpi_gbl_ps_find_count = 0; | 836 | acpi_gbl_ps_find_count = 0; |
832 | acpi_gbl_acpi_hardware_present = TRUE; | 837 | acpi_gbl_acpi_hardware_present = TRUE; |
833 | acpi_gbl_owner_id_mask = 0; | 838 | acpi_gbl_last_owner_id_index = 0; |
834 | acpi_gbl_last_owner_id = 0; | 839 | acpi_gbl_next_owner_id_offset = 0; |
835 | acpi_gbl_trace_method_name = 0; | 840 | acpi_gbl_trace_method_name = 0; |
836 | acpi_gbl_trace_dbg_level = 0; | 841 | acpi_gbl_trace_dbg_level = 0; |
837 | acpi_gbl_trace_dbg_layer = 0; | 842 | acpi_gbl_trace_dbg_layer = 0; |