mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being continuous
@ 2015-01-13  0:26 K. Y. Srinivasan
  2015-01-13  3:19 ` Jason Wang
  2015-01-20 13:39 ` [tip:x86/urgent] x86, hyperv: " tip-bot for K. Y. Srinivasan
  0 siblings, 2 replies; 3+ messages in thread
From: K. Y. Srinivasan @ 2015-01-13  0:26 UTC (permalink / raw)
  To: x86, gregkh, linux-kernel, devel, olaf, apw, jasowang, tglx, hpa
  Cc: K. Y. Srinivasan, stable

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

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: stable <stable@vger.kernel.org>
---
 arch/x86/kernel/cpu/mshyperv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index a450373..939155f 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -107,6 +107,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)
-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being continuous
  2015-01-13  0:26 [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being continuous K. Y. Srinivasan
@ 2015-01-13  3:19 ` Jason Wang
  2015-01-20 13:39 ` [tip:x86/urgent] x86, hyperv: " tip-bot for K. Y. Srinivasan
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Wang @ 2015-01-13  3:19 UTC (permalink / raw)
  To: K. Y. Srinivasan
  Cc: x86, gregkh, linux-kernel, devel, olaf, apw, tglx, hpa,
	K. Y. Srinivasan, stable



On Tue, Jan 13, 2015 at 8:26 AM, K. Y. Srinivasan <kys@microsoft.com> 
wrote:
> The Hyper-V clocksource is continuous; mark it accordingly.
> 
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> Cc: stable <stable@vger.kernel.org>
> ---
>  arch/x86/kernel/cpu/mshyperv.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Acked-by: Jason Wang <jasowang@redhat.com>
> 
> diff --git a/arch/x86/kernel/cpu/mshyperv.c 
> b/arch/x86/kernel/cpu/mshyperv.c
> index a450373..939155f 100644
> --- a/arch/x86/kernel/cpu/mshyperv.c
> +++ b/arch/x86/kernel/cpu/mshyperv.c
> @@ -107,6 +107,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)
> -- 
> 1.7.4.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/urgent] x86, hyperv: Mark the Hyper-V clocksource as being continuous
  2015-01-13  0:26 [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being continuous K. Y. Srinivasan
  2015-01-13  3:19 ` Jason Wang
@ 2015-01-20 13:39 ` tip-bot for K. Y. Srinivasan
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for K. Y. Srinivasan @ 2015-01-20 13:39 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: kys, linux-kernel, tglx, hpa, mingo

Commit-ID:  32c6590d126836a062b3140ed52d898507987017
Gitweb:     http://git.kernel.org/tip/32c6590d126836a062b3140ed52d898507987017
Author:     K. Y. Srinivasan <kys@microsoft.com>
AuthorDate: Mon, 12 Jan 2015 16:26:02 -0800
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 20 Jan 2015 14:36:25 +0100

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

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

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Acked-by: 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: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/kernel/cpu/mshyperv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index a450373..939155f 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -107,6 +107,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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-20 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13  0:26 [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being continuous K. Y. Srinivasan
2015-01-13  3:19 ` Jason Wang
2015-01-20 13:39 ` [tip:x86/urgent] x86, hyperv: " tip-bot for K. Y. Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome