From: Stephen Rothwell Date: Tue, 13 Jan 2009 20:00:29 +0000 (+0000) Subject: powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs X-Git-Tag: v2.6.29-rc2~4^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ca0d15394baf804fbb38694c651dd067c69458;p=pandora-kernel.git powerpc/ps3: clear_bit()/set_bit() operate on unsigned longs This fixes these compiler warning: arch/powerpc/platforms/ps3/interrupt.c:109: warning: passing argument 2 of 'clear_bit' from incompatible pointer type arch/powerpc/platforms/ps3/interrupt.c:130: warning: passing argument 2 of 'set_bit' from incompatible pointer type Signed-off-by: Stephen Rothwell Acked-by: Geoff Levand Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed