Re: [PATCH v2 06/10] ARC: timer: Build gfrc, rtc under same option (64-bit timers)

From: Daniel Lezcano
Date: Thu Nov 03 2016 - 18:13:16 EST


On Thu, Nov 03, 2016 at 02:31:37PM -0700, Vineet Gupta wrote:
> The original distinction was done as they were deveoped at different

s/deveoped/developed/

> times and primarily becuse they are specific to UP (RTC) and SMP (GFRC).

s/becuse/because/

>
> But given that driver now handles that at runtime, (i.e. not allowing
> RTC as clocksource in SMP), we can simplify things a bit.
>
> Signed-off-by: Vineet Gupta <vgupta@xxxxxxxxxxxx>
> ---