On 06-Mar 09:35, Steven Rostedt wrote: > On Thu, 2 Mar 2017 15:45:03 +0000 > Patrick Bellasi <[email protected]> wrote: > > > @@ -287,6 +289,10 @@ static void sugov_update_shared(struct > > update_util_data *hook, u64 time, > > goto done; > > } > > > > + /* Skip updates generated by sugov kthreads */ > > + if (curr == sg_policy->thread) > > I think you want to put in an "unlikely()" around that statement. I'm > assuming you don't care about he performance of scheduling in the sugov > thread. At least tell gcc to optimize for the false path.
Right, good point! Will add it in the next posting! +1 Thanks! -- #include <best/regards.h> Patrick Bellasi

