X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fcpuidle%2Fcpuidle-powernv.c;h=e12dc30d8864e007fa5b70cc2969a1f00c9cf2b2;hb=87d0f93961b201997b0d2d41af259e794a4e41b9;hp=845bafcfa7929fd66cbb5eb966b16e0f3320de7f;hpb=2ca0a9d80c3a2cd3917b768080cce7f59b9bc490;p=deliverable%2Flinux.git diff --git a/drivers/cpuidle/cpuidle-powernv.c b/drivers/cpuidle/cpuidle-powernv.c index 845bafcfa792..e12dc30d8864 100644 --- a/drivers/cpuidle/cpuidle-powernv.c +++ b/drivers/cpuidle/cpuidle-powernv.c @@ -264,7 +264,7 @@ static int powernv_idle_probe(void) if (cpuidle_disable != IDLE_NO_OVERRIDE) return -ENODEV; - if (firmware_has_feature(FW_FEATURE_OPALv3)) { + if (firmware_has_feature(FW_FEATURE_OPAL)) { cpuidle_state_table = powernv_states; /* Device tree can indicate more idle states */ max_idle_state = powernv_add_idle_states();