From: Andrew Morton Date: Tue, 28 Mar 2006 09:56:55 +0000 (-0800) Subject: [PATCH] compat_sys_futex() warning fix X-Git-Tag: v2.6.17-rc1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7e15d6486e9d1da1c2f344b670b8388ba7019b;p=pandora-kernel.git [PATCH] compat_sys_futex() warning fix kernel/futex_compat.c: In function `compat_sys_futex': kernel/futex_compat.c:140: warning: passing arg 1 of `do_futex' makes integer from pointer without a cast kernel/futex_compat.c:140: warning: passing arg 5 of `do_futex' makes integer from pointer without a cast Not sure what Ingo was thinking of here. Put the casts back in. Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed