From: Thomas Gleixner Date: Fri, 7 Nov 2008 12:58:46 +0000 (+0100) Subject: genirq: fix the affinity setting in setup_irq X-Git-Tag: v2.6.28-rc7~42^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612e3684c1b7752d2890510e4f90115fd1eb2afb;p=pandora-kernel.git genirq: fix the affinity setting in setup_irq The affinity setting in setup irq is called before the NO_BALANCING flag is checked and might therefore override affinity settings from the calling code with the default setting. Move the NO_BALANCING flag check before the call to the affinity setting. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed