Loading drivers/cpuidle/lpm-levels.c +6 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,9 @@ static int lpm_offline_cpu(unsigned int cpu) { struct device *dev = get_cpu_device(cpu); if (!dev) return 0; dev_pm_qos_remove_notifier(dev, &dev_pm_qos_nb[cpu], DEV_PM_QOS_RESUME_LATENCY); return 0; Loading @@ -170,6 +173,9 @@ static int lpm_online_cpu(unsigned int cpu) { struct device *dev = get_cpu_device(cpu); if (!dev) return 0; dev_pm_qos_add_notifier(dev, &dev_pm_qos_nb[cpu], DEV_PM_QOS_RESUME_LATENCY); return 0; Loading Loading
drivers/cpuidle/lpm-levels.c +6 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,9 @@ static int lpm_offline_cpu(unsigned int cpu) { struct device *dev = get_cpu_device(cpu); if (!dev) return 0; dev_pm_qos_remove_notifier(dev, &dev_pm_qos_nb[cpu], DEV_PM_QOS_RESUME_LATENCY); return 0; Loading @@ -170,6 +173,9 @@ static int lpm_online_cpu(unsigned int cpu) { struct device *dev = get_cpu_device(cpu); if (!dev) return 0; dev_pm_qos_add_notifier(dev, &dev_pm_qos_nb[cpu], DEV_PM_QOS_RESUME_LATENCY); return 0; Loading