|
@@ -389,7 +389,7 @@ static struct clocksource clocksource_counter = {
|
|
|
.rating = 400,
|
|
|
.read = arch_counter_read,
|
|
|
.mask = CLOCKSOURCE_MASK(56),
|
|
|
- .flags = CLOCK_SOURCE_IS_CONTINUOUS,
|
|
|
+ .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
|
|
|
};
|
|
|
|
|
|
static struct cyclecounter cyclecounter = {
|