Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d893d9df authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/fair: remove printk while schedule is in progress"

parents 0fad2b51 c1fdb256
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8430,7 +8430,8 @@ static void update_cpu_capacity(struct sched_domain *sd, int cpu)
		mcc->cpu = cpu;
#ifdef CONFIG_SCHED_DEBUG
		raw_spin_unlock_irqrestore(&mcc->lock, flags);
		pr_info("CPU%d: update max cpu_capacity %lu\n", cpu, capacity);
		printk_deferred(KERN_INFO "CPU%d: update max cpu_capacity %lu\n",
				cpu, capacity);
		goto skip_unlock;
#endif
	}