commit | 9804c9eaeacfe78651052c5ddff31099f60ef78c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 07 19:28:01 2011 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Feb 09 13:06:07 2011 -0600 |
tree | 3d4226688e82aa4d4c55fd815f24600d665a7fc9 | |
parent | 8e1964a98920100f113ad26f78220ea706dbfa2b [diff] |
[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>