Loading drivers/cpuidle/lpm-levels.c +10 −11 Original line number Diff line number Diff line Loading @@ -1121,17 +1121,6 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx, } if (level->notify_rpm) { /* * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ if (!from_idle) { clock_debug_print_enabled(); regulator_debug_print_enabled(); } cpu = get_next_online_cpu(from_idle); cpumask_copy(&cpumask, cpumask_of(cpu)); clear_predict_history(); Loading Loading @@ -1744,6 +1733,16 @@ static int lpm_suspend_enter(suspend_state_t state) pr_err("Failed suspend\n"); return 0; } /* * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ clock_debug_print_enabled(); regulator_debug_print_enabled(); cpu_prepare(lpm_cpu, idx, false); cluster_prepare(cluster, cpumask, idx, false, 0); Loading Loading
drivers/cpuidle/lpm-levels.c +10 −11 Original line number Diff line number Diff line Loading @@ -1121,17 +1121,6 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx, } if (level->notify_rpm) { /* * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ if (!from_idle) { clock_debug_print_enabled(); regulator_debug_print_enabled(); } cpu = get_next_online_cpu(from_idle); cpumask_copy(&cpumask, cpumask_of(cpu)); clear_predict_history(); Loading Loading @@ -1744,6 +1733,16 @@ static int lpm_suspend_enter(suspend_state_t state) pr_err("Failed suspend\n"); return 0; } /* * Print the clocks and regulators which are enabled during * system suspend. This debug information is useful to know * which resources are enabled and preventing the system level * LPMs (XO and Vmin). */ clock_debug_print_enabled(); regulator_debug_print_enabled(); cpu_prepare(lpm_cpu, idx, false); cluster_prepare(cluster, cpumask, idx, false, 0); Loading