summaryrefslogtreecommitdiffstats
path: root/utilities/utinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/utinit.c')
-rw-r--r--utilities/utinit.c24
1 files changed, 4 insertions, 20 deletions
diff --git a/utilities/utinit.c b/utilities/utinit.c
index 8e8a83b..d59904b 100644
--- a/utilities/utinit.c
+++ b/utilities/utinit.c
@@ -184,12 +184,12 @@ AcpiUtTerminate (
*
* FUNCTION: AcpiUtSubsystemShutdown
*
- * PARAMETERS: none
+ * PARAMETERS: None
*
- * RETURN: none
+ * RETURN: None
*
- * DESCRIPTION: Shutdown the various subsystems. Don't delete the mutex
- * objects here -- because the AML debugger may be still running.
+ * DESCRIPTION: Shutdown the various components. Do not delete the mutex
+ * objects here, because the AML debugger may be still running.
*
******************************************************************************/
@@ -197,24 +197,8 @@ void
AcpiUtSubsystemShutdown (
void)
{
-
ACPI_FUNCTION_TRACE (UtSubsystemShutdown);
- /* Just exit if subsystem is already shutdown */
-
- if (AcpiGbl_Shutdown)
- {
- ACPI_ERROR ((AE_INFO,
- "ACPI Subsystem is already terminated"));
- return_VOID;
- }
-
- /* Subsystem appears active, go ahead and shut it down */
-
- AcpiGbl_Shutdown = TRUE;
- AcpiGbl_StartupFlags = 0;
- ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
- "Shutting down ACPI Subsystem\n"));
#ifndef ACPI_ASL_COMPILER
OpenPOWER on IntegriCloud