Skip to content
  • Andrew Morton's avatar
    [PATCH] compat_sys_futex() warning fix · ec7e15d6
    Andrew Morton authored
    
    
    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: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    ec7e15d6