summaryrefslogtreecommitdiff
path: root/source/components/namespace/nsload.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-07-01 07:20:27 -0700
committerGitHub <noreply@github.com>2016-07-01 07:20:27 -0700
commitd18654bc9479e3c52e7066efe53dae81be951313 (patch)
tree0a9b6b7a969283c0666127789f66a02b1025bef4 /source/components/namespace/nsload.c
parentbadd47cbd3a1d4b92c4b37a1fecb7d1cfebbc0fc (diff)
downloadacpica-revert-134-acpica-parser.tar.gz
Revert "Acpica parser"revert-134-acpica-parser
Diffstat (limited to 'source/components/namespace/nsload.c')
-rw-r--r--source/components/namespace/nsload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/namespace/nsload.c b/source/components/namespace/nsload.c
index 6efb8ff76..c3869aa04 100644
--- a/source/components/namespace/nsload.c
+++ b/source/components/namespace/nsload.c
@@ -252,7 +252,7 @@ Unlock:
* other ACPI implementations. Optionally, the execution can be deferred
* until later, see AcpiInitializeObjects.
*/
- if (!AcpiGbl_ParseTableAsTermList && !AcpiGbl_GroupModuleLevelCode)
+ if (!AcpiGbl_GroupModuleLevelCode)
{
AcpiNsExecModuleCodeList ();
}