X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fcpu%2Fmshyperv.c;h=d1582b6e22a69985f91378cc58e8b7d87a4bb17c;hp=1a3cf6e5720c97152fb2fb53bb9c83717064e17a;hb=cea62dbdc110e3e8d5db8fb9eebebf01587830b8;hpb=a06e5037fb4f3069dbaace5de4fa924cf98a145d diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 1a3cf6e5720c..d1582b6e22a6 100644 --- a/arch/x86/kernel/cpu/mshyperv.c +++ b/arch/x86/kernel/cpu/mshyperv.c @@ -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), + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; static void __init ms_hyperv_init_platform(void)