]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PARISC] 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)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 9 Feb 2011 19:06:07 +0000 (13:06 -0600)
commit9804c9eaeacfe78651052c5ddff31099f60ef78c
tree3d4226688e82aa4d4c55fd815f24600d665a7fc9
parent8e1964a98920100f113ad26f78220ea706dbfa2b
[PARISC] fix per-cpu flag problem in the cpu affinity checkers

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>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
arch/parisc/kernel/irq.c