[PATCH] compat_sys_futex() warning fix
authorAndrew Morton <akpm@osdl.org>
Tue, 28 Mar 2006 09:56:55 +0000 (01:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 28 Mar 2006 17:16:09 +0000 (09:16 -0800)
commitec7e15d6486e9d1da1c2f344b670b8388ba7019b
tree479d803ee546b536521dc87095c31781a98a0bb6
parent4fa95ef639830ccf0ca1ad42ee9bed87ef642f32
[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 <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/futex_compat.c