diff options
author | Wei Jiangang <weijg.fnst@cn.fujitsu.com> | 2016-08-19 11:22:37 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-08-24 11:24:33 +0200 |
commit | 5035da41996d346c648a65c1d7a9f6469c7d358a (patch) | |
tree | 0d448ab7ee3e207049cf6462d1d36cf99f1c8e8b /arch/x86/kernel | |
parent | 384d9fe3741657c8ed8cd9bf30bc1d4611864d56 (diff) | |
download | talos-op-linux-5035da41996d346c648a65c1d7a9f6469c7d358a.tar.gz talos-op-linux-5035da41996d346c648a65c1d7a9f6469c7d358a.zip |
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>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 63b748444880..1cbae30af51c 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 */ /* |