summaryrefslogtreecommitdiffstats
path: root/utilities/utxface.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-12-09 20:04:14 +0000
committerjkim <jkim@FreeBSD.org>2010-12-09 20:04:14 +0000
commit3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1 (patch)
treec88f8fbca7e5c63afb07147d504c55311683cb5d /utilities/utxface.c
parent7af726f5cc604d3fcd32200efde74ce8464d8dbe (diff)
downloadFreeBSD-src-3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1.zip
FreeBSD-src-3fe23e61bda19d3fc57ff6366b5cf43d1aa422e1.tar.gz
Import ACPICA 20101209.
Diffstat (limited to 'utilities/utxface.c')
-rw-r--r--utilities/utxface.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/utilities/utxface.c b/utilities/utxface.c
index 9e52017..ef383e1 100644
--- a/utilities/utxface.c
+++ b/utilities/utxface.c
@@ -412,27 +412,6 @@ AcpiInitializeObjects (
}
/*
- * Initialize the GPE blocks defined in the FADT (GPE block 0 and 1).
- * The runtime GPEs are enabled here.
- *
- * This is where the _PRW methods are executed for the GPEs. These
- * methods can only be executed after the SCI and Global Lock handlers are
- * installed and initialized.
- *
- * GPEs can only be enabled after the _REG, _STA, and _INI methods have
- * been run. This ensures that all Operation Regions and all Devices have
- * been initialized and are ready.
- */
- if (!(Flags & ACPI_NO_EVENT_INIT))
- {
- Status = AcpiEvInstallFadtGpes ();
- if (ACPI_FAILURE (Status))
- {
- return (Status);
- }
- }
-
- /*
* Empty the caches (delete the cached objects) on the assumption that
* the table load filled them up more than they will be at runtime --
* thus wasting non-paged memory.
OpenPOWER on IntegriCloud