Re: [PATCH v3 05/14] sched/cpufreq: uclamp: add utilization clamping for FAIR tasks
From: Patrick Bellasi <hidden>
Date: 2018-08-16 13:53:08
Also in:
lkml
From: Patrick Bellasi <hidden>
Date: 2018-08-16 13:53:08
Also in:
lkml
On 15-Aug 17:30, Dietmar Eggemann wrote:
On 08/06/2018 06:39 PM, Patrick Bellasi wrote: [...]quoted
+#else /* CONFIG_UCLAMP_TASK */ +static inline unsigned int uclamp_value(unsigned int cpu, int clamp_id) +{ + return uclamp_none(clamp_id); +}Looks like that uclamp_value() is not used outside CONFIG_UCLAMP_TASK areas.
Yes, you right... I use it on some debug patches I'm tracking on top of the series... but I can defenitivel drop it in v4. Cheers Patrick -- #include <best/regards.h> Patrick Bellasi