Revert "PM / QoS: Fix device resume latency PM QoS"
This reverts commit0cc2b4e5a0(PM / QoS: Fix device resume latency PM QoS) as it introduced regressions on multiple systems and the fix-up in commit2a9a86d5c8(PM / QoS: Fix default runtime_pm device resume latency) does not address all of them. The original problem that commit0cc2b4e5a0was attempting to fix will be addressed later. Fixes:0cc2b4e5a0(PM / QoS: Fix device resume latency PM QoS) Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
+1
-2
@@ -377,8 +377,7 @@ int register_cpu(struct cpu *cpu, int num)
|
||||
|
||||
per_cpu(cpu_sys_devices, num) = &cpu->dev;
|
||||
register_cpu_under_node(num, cpu_to_node(num));
|
||||
dev_pm_qos_expose_latency_limit(&cpu->dev,
|
||||
PM_QOS_RESUME_LATENCY_NO_CONSTRAINT);
|
||||
dev_pm_qos_expose_latency_limit(&cpu->dev, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user