|
@@ -46,6 +46,7 @@ static struct clocksource ccount_clocksource = {
|
|
.rating = 200,
|
|
.rating = 200,
|
|
.read = ccount_read,
|
|
.read = ccount_read,
|
|
.mask = CLOCKSOURCE_MASK(32),
|
|
.mask = CLOCKSOURCE_MASK(32),
|
|
|
|
+ .flags = CLOCK_SOURCE_IS_CONTINUOUS,
|
|
};
|
|
};
|
|
|
|
|
|
static int ccount_timer_set_next_event(unsigned long delta,
|
|
static int ccount_timer_set_next_event(unsigned long delta,
|