diff options
author | Bob Moore <robert.moore@intel.com> | 2015-12-29 01:01:53 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-12-31 21:47:37 -0500 |
commit | 7b73806485ada16059ecc1851793dbe865181c53 (patch) | |
tree | f8f93be685a46b3313671715dbc28c358a33bf13 /drivers/acpi/acpica/utxfinit.c | |
parent | 3c5d3d2543b1c541b601af27998175c3ea8bb617 (diff) |
ACPICA: Cleanup code related to the per-table module level improvement
ACPICA commit 071eff738c59eda1792ac24b3b688b61691d7e7c
This patch collects cleanups from per-table module level improvement. By
splitting this patch from that commit, we can make per-table module level
improvement clearer for the revewers. This is a no-op change.
Link: https://github.com/acpica/acpica/commit/071eff73
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/utxfinit.c')
-rw-r--r-- | drivers/acpi/acpica/utxfinit.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/utxfinit.c b/drivers/acpi/acpica/utxfinit.c index a7137ec28447..8586260f94cc 100644 --- a/drivers/acpi/acpica/utxfinit.c +++ b/drivers/acpi/acpica/utxfinit.c | |||
@@ -147,6 +147,13 @@ acpi_status __init acpi_enable_subsystem(u32 flags) | |||
147 | 147 | ||
148 | ACPI_FUNCTION_TRACE(acpi_enable_subsystem); | 148 | ACPI_FUNCTION_TRACE(acpi_enable_subsystem); |
149 | 149 | ||
150 | /* | ||
151 | * The early initialization phase is complete. The namespace is loaded, | ||
152 | * and we can now support address spaces other than Memory, I/O, and | ||
153 | * PCI_Config. | ||
154 | */ | ||
155 | acpi_gbl_early_initialization = FALSE; | ||
156 | |||
150 | #if (!ACPI_REDUCED_HARDWARE) | 157 | #if (!ACPI_REDUCED_HARDWARE) |
151 | 158 | ||
152 | /* Enable ACPI mode */ | 159 | /* Enable ACPI mode */ |