aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/utxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/utxface.c')
-rw-r--r--drivers/acpi/acpica/utxface.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/acpi/acpica/utxface.c b/drivers/acpi/acpica/utxface.c
index c2da90f5fbe9..1f484c9a6888 100644
--- a/drivers/acpi/acpica/utxface.c
+++ b/drivers/acpi/acpica/utxface.c
@@ -299,19 +299,6 @@ acpi_status acpi_initialize_objects(u32 flags)
299 } 299 }
300 300
301 /* 301 /*
302 * Complete the GPE initialization for the GPE blocks defined in the FADT
303 * (GPE block 0 and 1).
304 *
305 * NOTE: Currently, there seems to be no need to run the _REG methods
306 * before enabling the GPEs.
307 */
308 if (!(flags & ACPI_NO_EVENT_INIT)) {
309 status = acpi_ev_install_fadt_gpes();
310 if (ACPI_FAILURE(status))
311 return (status);
312 }
313
314 /*
315 * Empty the caches (delete the cached objects) on the assumption that 302 * Empty the caches (delete the cached objects) on the assumption that
316 * the table load filled them up more than they will be at runtime -- 303 * the table load filled them up more than they will be at runtime --
317 * thus wasting non-paged memory. 304 * thus wasting non-paged memory.