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

From: John Stultz
Date: Thu Mar 03 2016 - 17:24:43 EST


On Thu, Mar 3, 2016 at 2:21 AM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> 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 at all. Why sits detect_art() under CONFIG_CPU_FREQ while the
> rest of the art code is not????

Ok. Just double checked with Christopher and the code is ok to move
out from CONFIG_CPU_FREQ.

I'll respin and resend the set later today.

thanks
-john