drm/amdkfd: only flush mes process context if mes support is there
[platform/kernel/linux-starfive.git] / drivers / acpi / processor_idle.c
index 3a34a8c..55437f5 100644 (file)
@@ -592,7 +592,7 @@ static int acpi_idle_play_dead(struct cpuidle_device *dev, int index)
        while (1) {
 
                if (cx->entry_method == ACPI_CSTATE_HALT)
-                       safe_halt();
+                       raw_safe_halt();
                else if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) {
                        io_idle(cx->address);
                } else