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 fbd9ccd5e114..ce98d5e70927 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
@@ -389,7 +389,7 @@ static struct clocksource clocksource_counter = { | |||
389 | .rating = 400, | 389 | .rating = 400, |
390 | .read = arch_counter_read, | 390 | .read = arch_counter_read, |
391 | .mask = CLOCKSOURCE_MASK(56), | 391 | .mask = CLOCKSOURCE_MASK(56), |
392 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 392 | .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP, |
393 | }; | 393 | }; |
394 | 394 | ||
395 | static struct cyclecounter cyclecounter = { | 395 | static struct cyclecounter cyclecounter = { |