50 #define _COMPONENT ACPI_UTILITIES
54 static
void acpi_ut_terminate(
void);
56 #if (!ACPI_REDUCED_HARDWARE)
58 static void acpi_ut_free_gpe_lists(
void);
62 #define acpi_ut_free_gpe_lists()
65 #if (!ACPI_REDUCED_HARDWARE)
78 static void acpi_ut_free_gpe_lists(
void)
88 while (gpe_xrupt_info) {
91 next_gpe_block = gpe_block->
next;
96 gpe_block = next_gpe_block;
98 next_gpe_xrupt_info = gpe_xrupt_info->
next;
100 gpe_xrupt_info = next_gpe_xrupt_info;
117 static void acpi_ut_terminate(
void)
121 acpi_ut_free_gpe_lists();
143 #ifndef ACPI_ASL_COMPILER