diff options
Diffstat (limited to 'drivers/clocksource/arm_arch_timer.c')
-rw-r--r-- | drivers/clocksource/arm_arch_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index 9338f1ad6100..b94b0d44c158 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
@@ -405,7 +405,7 @@ static struct clocksource clocksource_counter = { | |||
405 | .rating = 400, | 405 | .rating = 400, |
406 | .read = arch_counter_read, | 406 | .read = arch_counter_read, |
407 | .mask = CLOCKSOURCE_MASK(56), | 407 | .mask = CLOCKSOURCE_MASK(56), |
408 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 408 | .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP, |
409 | }; | 409 | }; |
410 | 410 | ||
411 | static struct cyclecounter cyclecounter = { | 411 | static struct cyclecounter cyclecounter = { |