Home
last modified time | relevance | path

Searched hist:"612 e3684c1b7752d2890510e4f90115fd1eb2afb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dmanage.cdiff 612e3684c1b7752d2890510e4f90115fd1eb2afb Fri Nov 07 06:58:46 CST 2008 Thomas Gleixner <tglx@linutronix.de> 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>