Re: [PATCH 1/2] hrtimer: don't add clock-base to active_bases if already present

2014-03-26 Thread Thomas Gleixner
On Thu, 27 Mar 2014, Viresh Kumar wrote: > If active_bases already has entry for a particular clock type, then we don't > need to rewrite it while queuing a hrtimer. > > Signed-off-by: Viresh Kumar > --- > Initially I thought of doing this but then thought better remove active_bases > complete

[PATCH 1/2] hrtimer: don't add clock-base to active_bases if already present

2014-03-26 Thread Viresh Kumar
If active_bases already has entry for a particular clock type, then we don't need to rewrite it while queuing a hrtimer. Signed-off-by: Viresh Kumar --- Initially I thought of doing this but then thought better remove active_bases completely and so didn't sent this one. Now it might find some pla