From: Thomas Gleixner Date: Mon, 7 Feb 2011 18:28:01 +0000 (+0100) Subject: fix per-cpu flag problem in the cpu affinity checkers X-Git-Tag: v2.6.37.5~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998e8811f221196f568d124fb58a53ac0050c573;p=pandora-kernel.git 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 Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed