Re: [PATCH 1/8] sched/cpufreq: remove cpufreq_trigger_update()

2016-03-16 Thread Peter Zijlstra
On Sun, Mar 13, 2016 at 10:22:05PM -0700, Michael Turquette wrote: > cpufreq_trigger_update() was introduced in "cpufreq: Rework the > scheduler hooks for triggering updates"[0]. Consensus is that this > helper is not needed and removing it will aid in experimenting with > deadline and rt capacity

Re: [PATCH 1/8] sched/cpufreq: remove cpufreq_trigger_update()

2016-03-15 Thread Peter Zijlstra
On Tue, Mar 15, 2016 at 02:45:45PM -0700, Michael Turquette wrote: > Quoting Peter Zijlstra (2016-03-15 14:14:48) > > On Sun, Mar 13, 2016 at 10:22:05PM -0700, Michael Turquette wrote: > > > cpufreq_trigger_update() was introduced in "cpufreq: Rework the > > > scheduler hooks for triggering updates

Re: [PATCH 1/8] sched/cpufreq: remove cpufreq_trigger_update()

2016-03-15 Thread Peter Zijlstra
On Sun, Mar 13, 2016 at 10:22:05PM -0700, Michael Turquette wrote: > cpufreq_trigger_update() was introduced in "cpufreq: Rework the > scheduler hooks for triggering updates"[0]. Consensus is that this > helper is not needed and removing it will aid in experimenting with > deadline and rt capacity

[PATCH 1/8] sched/cpufreq: remove cpufreq_trigger_update()

2016-03-13 Thread Michael Turquette
cpufreq_trigger_update() was introduced in "cpufreq: Rework the scheduler hooks for triggering updates"[0]. Consensus is that this helper is not needed and removing it will aid in experimenting with deadline and rt capacity requests. Instead of reverting the above patch, which includes useful rena