projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdd975
)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3026/rk_timer.c
b/arch/arm/mach-rk3026/rk_timer.c
index 3ffe68fb99fff304527d7130d5ac832a6d045fc9..589c7b4b07a8f29fba4d5886511494945cd38896 100644
(file)
--- a/
arch/arm/mach-rk3026/rk_timer.c
+++ b/
arch/arm/mach-rk3026/rk_timer.c
@@
-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