ACPI / processor: Get power info before updating the C-states
[linux-2.6-microblaze.git] / drivers / acpi / processor_idle.c
index fea6f8d..ed9a1cc 100644 (file)
@@ -1152,6 +1152,7 @@ int acpi_processor_cst_has_changed(struct acpi_processor *pr)
                }
 
                /* Populate Updated C-state information */
+               acpi_processor_get_power_info(pr);
                acpi_processor_setup_cpuidle_states(pr);
 
                /* Enable all cpuidle devices */