[patch 01/16] time: Provide clocksource based sched_clock()

Thomas Gleixner tglx at linutronix.de
Sat Apr 23 17:40:42 EDT 2011


B1;2601;0cOn Sat, 23 Apr 2011, Stephen Boyd wrote:

> On 4/23/2011 1:54 PM, Thomas Gleixner wrote:
> > Index: linux-2.6-tip/kernel/time/Kconfig
> > ===================================================================
> > --- linux-2.6-tip.orig/kernel/time/Kconfig
> > +++ linux-2.6-tip/kernel/time/Kconfig
> > @@ -27,3 +27,7 @@ config GENERIC_CLOCKEVENTS_BUILD
> >  	default y
> >  	depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR
> > 
> > +# Selectable by architectures which want to reuse the clocksource as
> > +# sched_clock
> > +config HAVE_CLKSRC_SCHED_CLOCK
> > +       bool
> 
> >From what I can tell this isn't used so I'm guessing we can drop it?

Oops. Yes. Leftover from first version. I decided not to clutter the
tree with another "select HAVE_...."

Thanks,

	tglx



More information about the linux-arm-kernel mailing list