x86, hyperv: Mark the Hyper-V clocksource as being continuous
[pandora-kernel.git] / arch / x86 / kernel / cpu / mshyperv.c
index 1a3cf6e..d1582b6 100644 (file)
@@ -56,6 +56,7 @@ static struct clocksource hyperv_cs = {
        .rating         = 400, /* use this when running on Hyperv*/
        .read           = read_hv_clock,
        .mask           = CLOCKSOURCE_MASK(64),
        .rating         = 400, /* use this when running on Hyperv*/
        .read           = read_hv_clock,
        .mask           = CLOCKSOURCE_MASK(64),
+       .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
 };
 
 static void __init ms_hyperv_init_platform(void)
 };
 
 static void __init ms_hyperv_init_platform(void)