Re: [PATCH 2/3] clocksource: mips-gic-timer: Ensure GIC counter is running

2015-03-26 Thread Daniel Lezcano
On 03/23/2015 01:32 PM, Markos Chandras wrote: Start the GIC counter after configuring the clocksource since there are no guarantees the counter will be running after a CPU reset. Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Signed-off-by: Markos Chandras Acked-by: Daniel Lezcano --- dr

[PATCH 2/3] clocksource: mips-gic-timer: Ensure GIC counter is running

2015-03-23 Thread Markos Chandras
Start the GIC counter after configuring the clocksource since there are no guarantees the counter will be running after a CPU reset. Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Signed-off-by: Markos Chandras --- drivers/clocksource/mips-gic-timer.c | 3 +++ 1 file changed, 3 insertions(+) dif