From: Jan Beulich Date: Thu, 17 Feb 2011 15:54:26 +0000 (+0000) Subject: x86: Eliminate pointless adjustment attempts in fixup_irqs() X-Git-Tag: v2.6.39-rc1~503^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bff947e2d164c7e5cbf7f485e4b3d4884befeb;p=pandora-kernel.git x86: Eliminate pointless adjustment attempts in fixup_irqs() Not only when an IRQ's affinity equals cpu_online_mask is there no need to actually try to adjust the affinity, but also when it's a subset thereof. This particularly avoids adjustment attempts during system shutdown to any IRQs bound to CPU#0. Signed-off-by: Jan Beulich Cc: Thomas Gleixner Cc: Eric W. Biederman Cc: Suresh Siddha Cc: Gary Hade LKML-Reference: <4D5D52C2020000780003272C@vpn.id2.novell.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed