mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
ACPICA: Update initialization codes.
This patch decreases 18 lines of 20121018 divergence.diff. This patch updates initialization codes as they are already been updated in ACPICA. This can also help to reduce source code differences between Linux and ACPICA. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
f8dca243eb
commit
75e444606d
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user