[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421119173.4765.0@smtp.corp.redhat.com>
Date: Tue, 13 Jan 2015 03:27:33 +0008
From: Jason Wang <jasowang@...hat.com>
To: "K. Y. Srinivasan" <kys@...rosoft.com>
Cc: x86@...nel.org, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org, devel@...uxdriverproject.org,
olaf@...fle.de, apw@...onical.com, tglx@...utronix.de,
hpa@...or.com, "K. Y. Srinivasan" <kys@...rosoft.com>,
stable <stable@...r.kernel.org>
Subject: Re: [PATCH RESEND 1/1] X86: Mark the Hyper-V clocksource as being
continuous
On Tue, Jan 13, 2015 at 8:26 AM, K. Y. Srinivasan <kys@...rosoft.com>
wrote:
> The Hyper-V clocksource is continuous; mark it accordingly.
>
> Signed-off-by: K. Y. Srinivasan <kys@...rosoft.com>
> Cc: stable <stable@...r.kernel.org>
> ---
> arch/x86/kernel/cpu/mshyperv.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Acked-by: Jason Wang <jasowang@...hat.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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists