commit | 612e3684c1b7752d2890510e4f90115fd1eb2afb | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Nov 07 13:58:46 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 09 22:23:54 2008 +0100 |
tree | 77d8b8de0a4ae3805cb38bfe60ed2b107fc87cad | |
parent | f6d87f4bd259cf33e092cd1a8fde05f291c47af1 [diff] |
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 <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>