OSDN Git Service

Merge branches 'idle-fix' and 'misc' into release
[uclinux-h8/linux.git] / drivers / acpi / processor_idle.c
index b3447f6..f3decb3 100644 (file)
@@ -786,7 +786,7 @@ static int acpi_idle_play_dead(struct cpuidle_device *dev, int index)
        while (1) {
 
                if (cx->entry_method == ACPI_CSTATE_HALT)
-                       halt();
+                       safe_halt();
                else if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) {
                        inb(cx->address);
                        /* See comment in acpi_idle_do_entry() */