summaryrefslogtreecommitdiff
path: root/usr/src/cmd/power/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/power/parse.c')
-rw-r--r--usr/src/cmd/power/parse.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/power/parse.c b/usr/src/cmd/power/parse.c
index e7adff4d18..5ea845653d 100644
--- a/usr/src/cmd/power/parse.c
+++ b/usr/src/cmd/power/parse.c
@@ -19,12 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include "pmconfig.h"
#include <deflt.h>
#include <pwd.h>
@@ -58,7 +56,8 @@ static cinfo_t conftab[] = {
"autopm", autopm, &pm_status, NULL, 2, 0, 1,
"autoshutdown", autosd, &cpr_status, as_cmt, 5, 0, 1,
"cpu-threshold", cputhr, &pm_status, NULL, 2, 0, 1,
- "cpupm", cpupm, &pm_status, NULL, 2, 0, 1,
+ "cpu_deep_idle", cpuidle, &pm_status, NULL, 2, 0, 1,
+ "cpupm", cpupm, &pm_status, NULL, 2, 1, 1,
"device-dependency-property",
ddprop, &pm_status, NULL, 3, 1, 1,
"device-dependency", devdep, &pm_status, NULL, 3, 1, 1,