Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c6590d authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Thomas Gleixner
Browse files

x86, hyperv: Mark the Hyper-V clocksource as being continuous



The Hyper-V clocksource is continuous; mark it accordingly.

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Acked-by: default avatar <jasowang@redhat.com>
Cc: gregkh@linuxfoundation.org
Cc: devel@linuxdriverproject.org
Cc: olaf@aepfle.de
Cc: apw@canonical.com
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/1421108762-3331-1-git-send-email-kys@microsoft.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9d34cfdf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,7 @@ static struct clocksource hyperv_cs = {
	.rating		= 400, /* use this when running on Hyperv*/
	.rating		= 400, /* use this when running on Hyperv*/
	.read		= read_hv_clock,
	.read		= read_hv_clock,
	.mask		= CLOCKSOURCE_MASK(64),
	.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)