All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
To: <linux-kernel@vger.kernel.org>
Cc: <x86@kernel.org>, <kexec@lists.infradead.org>,
	<tglx@linutronix.de>, <mingo@redhat.com>, <hpa@zytor.com>,
	<ebiederm@xmission.com>, <kernel@kyup.com>, <bhe@redhat.com>,
	<xpang@redhat.com>, Wei Jiangang <weijg.fnst@cn.fujitsu.com>,
	Cao jin <caoj.fnst@cn.fujitsu.com>
Subject: [PATCH 2/3] x86/apic: Update comment about disabling processor focus
Date: Fri, 22 Jul 2016 16:10:25 +0800	[thread overview]
Message-ID: <1469175026-29447-2-git-send-email-weijg.fnst@cn.fujitsu.com> (raw)
In-Reply-To: <1469175026-29447-1-git-send-email-weijg.fnst@cn.fujitsu.com>

Fix references to discarded end_level_ioapic_irq().

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
---
 arch/x86/kernel/apic/apic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 0273b652c689..8e25b9b2d351 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1346,7 +1346,6 @@ void setup_local_APIC(void)
 	 * Actually disabling the focus CPU check just makes the hang less
 	 * frequent as it makes the interrupt distributon model be more
 	 * like LRU than MRU (the short-term load is more even across CPUs).
-	 * See also the comment in end_level_ioapic_irq().  --macro
 	 */
 
 	/*
-- 
1.9.3

WARNING: multiple messages have this Message-ID (diff)
From: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
To: linux-kernel@vger.kernel.org
Cc: bhe@redhat.com, xpang@redhat.com, x86@kernel.org,
	kexec@lists.infradead.org, Cao jin <caoj.fnst@cn.fujitsu.com>,
	mingo@redhat.com, kernel@kyup.com, ebiederm@xmission.com,
	hpa@zytor.com, tglx@linutronix.de,
	Wei Jiangang <weijg.fnst@cn.fujitsu.com>
Subject: [PATCH 2/3] x86/apic: Update comment about disabling processor focus
Date: Fri, 22 Jul 2016 16:10:25 +0800	[thread overview]
Message-ID: <1469175026-29447-2-git-send-email-weijg.fnst@cn.fujitsu.com> (raw)
In-Reply-To: <1469175026-29447-1-git-send-email-weijg.fnst@cn.fujitsu.com>

Fix references to discarded end_level_ioapic_irq().

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
---
 arch/x86/kernel/apic/apic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 0273b652c689..8e25b9b2d351 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1346,7 +1346,6 @@ void setup_local_APIC(void)
 	 * Actually disabling the focus CPU check just makes the hang less
 	 * frequent as it makes the interrupt distributon model be more
 	 * like LRU than MRU (the short-term load is more even across CPUs).
-	 * See also the comment in end_level_ioapic_irq().  --macro
 	 */
 
 	/*
-- 
1.9.3




_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2016-07-22  8:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-22  8:10 [PATCH 1/3] x86/apic: Remove "focus disabled" for 64bit case Wei Jiangang
2016-07-22  8:10 ` Wei Jiangang
2016-07-22  8:10 ` Wei Jiangang [this message]
2016-07-22  8:10   ` [PATCH 2/3] x86/apic: Update comment about disabling processor focus Wei Jiangang
2016-07-22  8:10 ` [PATCH 3/3] x86/apic: Improved the setting of interrupt mode for bsp Wei Jiangang
2016-07-22  8:10   ` Wei Jiangang
2016-07-22 10:40   ` Baoquan He
2016-07-22 10:40     ` Baoquan He
2016-07-25  3:04     ` Wei, Jiangang
2016-07-25  3:04       ` Wei, Jiangang
2016-07-25  8:21       ` Xunlei Pang
2016-07-25  8:21         ` Xunlei Pang
2016-07-25  9:15         ` Wei, Jiangang
2016-07-25  9:15           ` Wei, Jiangang

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=1469175026-29447-2-git-send-email-weijg.fnst@cn.fujitsu.com \
    --to=weijg.fnst@cn.fujitsu.com \
    --cc=bhe@redhat.com \
    --cc=caoj.fnst@cn.fujitsu.com \
    --cc=ebiederm@xmission.com \
    --cc=hpa@zytor.com \
    --cc=kernel@kyup.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    --cc=xpang@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.