diff options
Diffstat (limited to 'arch/arm/kernel/arch_timer.c')
-rw-r--r-- | arch/arm/kernel/arch_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/arch_timer.c b/arch/arm/kernel/arch_timer.c index 675cee09c014..cf258807160d 100644 --- a/arch/arm/kernel/arch_timer.c +++ b/arch/arm/kernel/arch_timer.c | |||
@@ -139,7 +139,7 @@ static int __cpuinit arch_timer_setup(struct clock_event_device *clk) | |||
139 | /* Be safe... */ | 139 | /* Be safe... */ |
140 | arch_timer_disable(); | 140 | arch_timer_disable(); |
141 | 141 | ||
142 | clk->features = CLOCK_EVT_FEAT_ONESHOT; | 142 | clk->features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP; |
143 | clk->name = "arch_sys_timer"; | 143 | clk->name = "arch_sys_timer"; |
144 | clk->rating = 450; | 144 | clk->rating = 450; |
145 | clk->set_mode = arch_timer_set_mode; | 145 | clk->set_mode = arch_timer_set_mode; |