linux/kernel/irq
Thomas Gleixner 612e3684c1 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>
2008-11-09 22:23:54 +01:00
..
autoprobe.c genirq: fix name space collision of nr_irqs in autoprobe.c 2008-10-16 16:53:30 +02:00
chip.c genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() 2008-10-21 15:59:21 +02:00
devres.c kernel: explicitly include required header files under kernel/ 2008-04-29 08:06:04 -07:00
handle.c genirq: use iterators for irq_desc loops 2008-10-16 16:53:30 +02:00
internals.h genirq: keep affinities set from userspace across free/request_irq() 2008-11-09 22:23:49 +01:00
Makefile [PATCH] sort the devres mess out 2007-02-11 11:18:07 -08:00
manage.c genirq: fix the affinity setting in setup_irq 2008-11-09 22:23:54 +01:00
migration.c genirq: keep affinities set from userspace across free/request_irq() 2008-11-09 22:23:49 +01:00
proc.c genirq: keep affinities set from userspace across free/request_irq() 2008-11-09 22:23:49 +01:00
resend.c generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] 2008-10-16 16:52:29 +02:00
spurious.c genirq: cleanup the sparseirq modifications 2008-10-16 16:53:29 +02:00