]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/cpuidle/cpuidle.c
cpuidle: fix broadcast control when broadcast can not be entered
[mirror_ubuntu-bionic-kernel.git] / drivers / cpuidle / cpuidle.c
index 484cc8909d5c3630c197ae58ee4c98d2807f42c7..ed4df58a855e14057611746016ac65eba9466a16 100644 (file)
@@ -208,6 +208,7 @@ int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv,
                        return -EBUSY;
                }
                target_state = &drv->states[index];
+               broadcast = false;
        }
 
        /* Take note of the planned idle state. */