• A
    [PATCH] compat_sys_futex() warning fix · ec7e15d6
    Andrew Morton 提交于
    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: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    ec7e15d6
futex_compat.c 3.1 KB