Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1450335
| From | Wei Jiangang <weijg.fnst@cn.fujitsu.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/3] x86/apic: Update comment about disabling processor focus |
| Date | 2016-07-26 05:10 +0200 |
| Message-ID | <rZ0UN-53b-1@gated-at.bofh.it> (permalink) |
| References | <rZ0UN-53b-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 2/3] x86/apic: Update comment about disabling processor focus Wei Jiangang <weijg.fnst@cn.fujitsu.com> - 2016-07-26 05:10 +0200
csiph-web