From: Helge Deller Date: Sat, 6 Jun 2009 21:54:28 +0000 (+0000) Subject: parisc: fix irq compile bugs in arch/parisc/kernel/irq.c X-Git-Tag: v2.6.31-rc2~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b4150baa003fb83b93365f3eadd4c373e4fa6c;p=pandora-kernel.git parisc: fix irq compile bugs in arch/parisc/kernel/irq.c Fix miscompilation in arch/parisc/kernel/irq.c: 123: warning: passing arg 1 of `cpumask_setall' from incompatible pointer type 141: warning: passing arg 1 of `cpumask_copy' from incompatible pointer type 300: warning: passing arg 1 of `cpumask_copy' from incompatible pointer type 357: warning: passing arg 2 of `cpumask_copy' from incompatible pointer type Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed