lkml.org 
[lkml]   [2015]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 1/2] tick/broadcast: Prevent deep idle states if no broadcast device available
On Tue, 7 Jul 2015, Sudeep Holla wrote:
> Yes I tested this patch for all the combinations I had mentioned in my
> earlier email. Everything works as expected. Thanks a lot for the
> patience. Please feel free to add:
>
> Tested-by: Sudeep Holla <sudeep.holla@arm.com>
>
> > {
> > Index: tip/kernel/time/tick-broadcast.c
> > ===================================================================
> > --- tip.orig/kernel/time/tick-broadcast.c
> > +++ tip/kernel/time/tick-broadcast.c
>
> > @@ -938,6 +972,16 @@ bool tick_broadcast_oneshot_available(vo
> > return bc ? bc->features & CLOCK_EVT_FEAT_ONESHOT : false;
> > }
> >
> > +#else
> > +int __tick_broadcast_oneshot_control(enum tick_broadcast_state state)
> > +{
> > + struct clock_event_device *bc = tick_broadcast_device.evtdev;
> > +
> > + if (!bc || (bc->features & CLOCK_EVT_FEAT_HRTIMER)
>
> missing ')' at the end in the above statement

Indeed. Did not compile that combo.

Thanks a lot for testing all the combos!!!

tglx


\
 
 \ /
  Last update: 2015-07-07 14:21    [W:0.084 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site