| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes) |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 174 | 174 | return_ACPI_STATUS(status); |
|---|
| 175 | 175 | } |
|---|
| 176 | 176 | |
|---|
| 177 | | - /* Complete the initialization/resolution of package objects */ |
|---|
| 177 | + /* Complete the initialization/resolution of new objects */ |
|---|
| 178 | 178 | |
|---|
| 179 | | - status = acpi_ns_walk_namespace(ACPI_TYPE_PACKAGE, ACPI_ROOT_OBJECT, |
|---|
| 180 | | - ACPI_UINT32_MAX, 0, |
|---|
| 181 | | - acpi_ns_init_one_package, NULL, NULL, |
|---|
| 182 | | - NULL); |
|---|
| 179 | + acpi_ex_exit_interpreter(); |
|---|
| 180 | + acpi_ns_initialize_objects(); |
|---|
| 181 | + acpi_ex_enter_interpreter(); |
|---|
| 183 | 182 | |
|---|
| 184 | 183 | /* Parameter Data (optional) */ |
|---|
| 185 | 184 | |
|---|
| .. | .. |
|---|
| 437 | 436 | return_ACPI_STATUS(status); |
|---|
| 438 | 437 | } |
|---|
| 439 | 438 | |
|---|
| 440 | | - /* Complete the initialization/resolution of package objects */ |
|---|
| 439 | + /* Complete the initialization/resolution of new objects */ |
|---|
| 441 | 440 | |
|---|
| 442 | | - status = acpi_ns_walk_namespace(ACPI_TYPE_PACKAGE, ACPI_ROOT_OBJECT, |
|---|
| 443 | | - ACPI_UINT32_MAX, 0, |
|---|
| 444 | | - acpi_ns_init_one_package, NULL, NULL, |
|---|
| 445 | | - NULL); |
|---|
| 441 | + acpi_ex_exit_interpreter(); |
|---|
| 442 | + acpi_ns_initialize_objects(); |
|---|
| 443 | + acpi_ex_enter_interpreter(); |
|---|
| 446 | 444 | |
|---|
| 447 | 445 | /* Store the ddb_handle into the Target operand */ |
|---|
| 448 | 446 | |
|---|