Re: [PATCH V8 5/6] clocksource: add C-SKY SMP timer
From: Guo Ren <hidden>
Date: 2018-09-20 05:55:16
Also in:
linux-devicetree, lkml
From: Guo Ren <hidden>
Date: 2018-09-20 05:55:16
Also in:
linux-devicetree, lkml
On Thu, Sep 20, 2018 at 01:39:31PM +0800, Guo Ren wrote:
+struct clocksource csky_clocksource = {
+ .name = "csky",
+ .rating = 400,
+ .mask = CLOCKSOURCE_MASK(32),
+ .flags = CLOCK_SOURCE_IS_CONTINUOUS,
+ .read = clksrc_read,
+};
+
+#define CPUHP_AP_CSKY_TIMER_STARTING CPUHP_AP_RISCV_TIMER_STARTINGMy fault, forget delete the line above. Guo Ren