diff options
Diffstat (limited to 'usr/src/uts/i86pc/io/psm/psm_common.c')
-rw-r--r-- | usr/src/uts/i86pc/io/psm/psm_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/io/psm/psm_common.c b/usr/src/uts/i86pc/io/psm/psm_common.c index 7a3dd8a733..9c17d85228 100644 --- a/usr/src/uts/i86pc/io/psm/psm_common.c +++ b/usr/src/uts/i86pc/io/psm/psm_common.c @@ -20,6 +20,7 @@ */ /* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, Joyent, Inc. All rights reserved. */ #include <sys/types.h> @@ -979,7 +980,7 @@ acpi_poweroff(void) return (1); } ACPI_DISABLE_IRQS(); - status = AcpiEnterSleepState(5); + status = AcpiEnterSleepState(5, ACPI_NO_OPTIONAL_METHODS); ACPI_ENABLE_IRQS(); /* we should be off; if we get here it's an error */ |