rk3026: cpu1 local timer support hrtimer
author黄涛 <huangtao@rock-chips.com>
Mon, 9 Sep 2013 07:28:04 +0000 (15:28 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 9 Sep 2013 07:28:30 +0000 (15:28 +0800)
arch/arm/mach-rk3026/rk_timer.c

index 3ffe68fb99fff304527d7130d5ac832a6d045fc9..589c7b4b07a8f29fba4d5886511494945cd38896 100644 (file)
@@ -77,6 +77,7 @@ int __cpuinit local_timer_setup(struct clock_event_device *evt)
 {
        evt->irq = IRQ_LOCALTIMER;
        twd_timer_setup(evt);
+       evt->features &= ~CLOCK_EVT_FEAT_C3STOP;
        return 0;
 }
 #endif