Re: [PATCH 6/8] x86: tsc: Always Running Timer (ART) correlated clocksource

2016-03-03 Thread John Stultz
On Thu, Mar 3, 2016 at 2:21 AM, Thomas Gleixner wrote: > On Wed, 2 Mar 2016, John Stultz wrote: > > Subject: x86: tsc: Always Running ... > > Please make that: > > Subject: x86/tsc: Always Running ... Will do. > >> >> +#else >> + >> +#define detect_art() > > Inline stub if

Re: [PATCH 6/8] x86: tsc: Always Running Timer (ART) correlated clocksource

2016-03-03 Thread Thomas Gleixner
On Wed, 2 Mar 2016, John Stultz wrote: Subject: x86: tsc: Always Running ... Please make that: Subject: x86/tsc: Always Running ... > > +#else > + > +#define detect_art() Inline stub if at all. Why sits detect_art() under CONFIG_CPU_FREQ while the rest of the art code is not Thanks