public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: "Wang, Biao" <biao.wang@intel.com>
Cc: "hpa@zytor.com" <hpa@zytor.com>,
	"mingo@redhat.com" <mingo@redhat.com>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Zhang, Di" <di.zhang@intel.com>
Subject: Re: [PATCH] x86: apic: disarm apic timer in deadline mode when shut down clockevent
Date: Wed, 16 Apr 2014 09:40:27 +0200	[thread overview]
Message-ID: <20140416074027.GB5636@gmail.com> (raw)
In-Reply-To: <09CB0B4607EB8F4DB7E0BE3B06BFBD0501004D78@SHSMSX101.ccr.corp.intel.com>


* Wang, Biao <biao.wang@intel.com> wrote:

> For tsc deadline mode, when we shut down clockevent we should disarm
> local-APIC timer like count-down mode.
> 
> Signed-off-by: wang, biao <biao.wang@intel.com>
> Signed-off-by: Zhang Di <di.zhang@intel.com>
> ---
>  arch/x86/kernel/apic/apic.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
> index 7f26c9a..85889ba 100644
> --- a/arch/x86/kernel/apic/apic.c
> +++ b/arch/x86/kernel/apic/apic.c
> @@ -512,6 +512,10 @@ static void lapic_timer_setup(enum clock_event_mode mode,
>  		v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
>  		apic_write(APIC_LVTT, v);
>  		apic_write(APIC_TMICT, 0);
> +
> +		/*disarm timer in deadline mode*/
> +		if (boot_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER))
> +			wrmsrl(MSR_IA32_TSC_DEADLINE, 0);
>  		break;

Please fix the changelog to conform to the standard changelog style:

 - first describe the symptoms of the bug - how does a user notice?

 - then describe how the code behaves today and how that is causing the bug

 - and then only describe how it's fixed.

The first item is the most important one - while developers 
(naturally) tend to concentrate on the least important point,
the last one.

Thanks,

        Ingo

      reply	other threads:[~2014-04-16  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26  8:06 [PATCH] x86: apic: disarm apic timer in deadline mode when shut down clockevent Wang, Biao
2014-04-16  7:40 ` Ingo Molnar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140416074027.GB5636@gmail.com \
    --to=mingo@kernel.org \
    --cc=biao.wang@intel.com \
    --cc=di.zhang@intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox