aboutsummaryrefslogtreecommitdiff
path: root/hw/slw.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/slw.c')
-rw-r--r--hw/slw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/slw.c b/hw/slw.c
index 3ebe01a..74b9cd5 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -685,7 +685,7 @@ void add_cpu_idle_state_properties(void)
supported_states_mask |= OPAL_PM_SLEEP_ENABLED |
OPAL_PM_SLEEP_ENABLED_ER1;
if (has_slw)
- supported_states_mask |= OPAL_PM_WINKLE_ENABLED;
+ supported_states_mask |= OPAL_PM_WINKLE_ENABLED;
}
for (i = 0; i < nr_states; i++) {
/* For each state, check if it is one of the supported states. */