diff options
author | Bob Moore <robert.moore@intel.com> | 2008-04-10 15:06:38 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-22 18:29:23 (GMT) |
commit | e20a679b4acf81a419bbe80beddedc988bf3bd51 (patch) | |
tree | 71180ebb625d44b7670ae57eae248174dea9cb8a /drivers/acpi/utilities/utinit.c | |
parent | 6deb65dd9d66ff70fa8f8665690295a1126f801a (diff) | |
download | linux-e20a679b4acf81a419bbe80beddedc988bf3bd51.tar.xz |
ACPICA: Support for iASL - multiple files and wildcards
Implemented support to allow multiple files to be
compiled/disassembled in a single invocation. This includes
command line wildcard support for both the Windows and Unix
versions of the compiler. This feature simplifies the disassembly
and compilation of multiple ACPI tables in a single directory.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/utilities/utinit.c')
-rw-r--r-- | drivers/acpi/utilities/utinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/utilities/utinit.c b/drivers/acpi/utilities/utinit.c index ad3c0d0..de44477 100644 --- a/drivers/acpi/utilities/utinit.c +++ b/drivers/acpi/utilities/utinit.c @@ -125,9 +125,12 @@ void acpi_ut_subsystem_shutdown(void) acpi_gbl_startup_flags = 0; ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Shutting down ACPI Subsystem\n")); +#ifndef ACPI_ASL_COMPILER + /* Close the acpi_event Handling */ acpi_ev_terminate(); +#endif /* Close the Namespace */ |