diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-09-21 17:19:38 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-09-21 17:19:38 +0000 |
| commit | ba36768b22ec3afb4384e9b2da436b5bb7494f1c (patch) | |
| tree | 7e1ff26af1c4f07208253bc322523887189fd46f | |
| parent | c70315d4a8a91488311e0dd8babb87a61973b342 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 7c874dab9806..6769b063d258 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1365,7 +1365,7 @@ acpi_shutdown_final(void *arg, int howto) DELAY(1000000); printf("ACPI power-off failed - timeout\n"); } - } else { + } else if (panicstr == NULL) { printf("Shutting down ACPI\n"); AcpiTerminate(); } |
