]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fix per-cpu flag problem in the cpu affinity checkers
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Feb 2011 18:28:01 +0000 (19:28 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:47:09 +0000 (12:47 -0400)
commitdb27358159152cccfc4b8c299c7505bd99b6cabe
tree2da0bab0c10c4028a21ed524d79682e436e4afce
parent989d5e239a809c7f8ff67f19fd89d043da70eaa7
fix per-cpu flag problem in the cpu affinity checkers

commit 9804c9eaeacfe78651052c5ddff31099f60ef78c upstream.

The CHECK_IRQ_PER_CPU is wrong, it should be checking
irq_to_desc(irq)->status not just irq.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/parisc/kernel/irq.c