Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1465954 > unrolled thread
| Started by | Wei Jiangang <weijg.fnst@cn.fujitsu.com> |
|---|---|
| First post | 2016-08-19 05:30 +0200 |
| Last post | 2016-08-24 15:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 2/2] x86/apic: Update comment about disabling processor focus Wei Jiangang <weijg.fnst@cn.fujitsu.com> - 2016-08-19 05:30 +0200
[tip:x86/apic] x86/apic: Update comment about disabling processor focus tip-bot for Wei Jiangang <tipbot@zytor.com> - 2016-08-24 15:10 +0200
| From | Wei Jiangang <weijg.fnst@cn.fujitsu.com> |
|---|---|
| Date | 2016-08-19 05:30 +0200 |
| Subject | [PATCH v2 2/2] x86/apic: Update comment about disabling processor focus |
| Message-ID | <s7IFj-ej-1@gated-at.bofh.it> |
Fix references to discarded end_level_ioapic_irq(). 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 20abd912f0e4..9d203712c146 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -1350,7 +1350,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
[toc] | [next] | [standalone]
| From | tip-bot for Wei Jiangang <tipbot@zytor.com> |
|---|---|
| Date | 2016-08-24 15:10 +0200 |
| Subject | [tip:x86/apic] x86/apic: Update comment about disabling processor focus |
| Message-ID | <s9G6n-2EF-45@gated-at.bofh.it> |
| In reply to | #1465954 |
Commit-ID: 5035da41996d346c648a65c1d7a9f6469c7d358a Gitweb: http://git.kernel.org/tip/5035da41996d346c648a65c1d7a9f6469c7d358a Author: Wei Jiangang <weijg.fnst@cn.fujitsu.com> AuthorDate: Fri, 19 Aug 2016 11:22:37 +0800 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Wed, 24 Aug 2016 11:24:33 +0200 x86/apic: Update comment about disabling processor focus Fix references to discarded end_level_ioapic_irq(). Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: bp@suse.de Link: http://lkml.kernel.org/r/1471576957-12961-2-git-send-email-weijg.fnst@cn.fujitsu.com Signed-off-by: Ingo Molnar <mingo@kernel.org> --- 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 63b7484..1cbae30 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -1374,7 +1374,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 */ /*
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web