People, Dave, The included patchlet fixes a compilation problem on sparc64 in the last batch of patches included in Linus' repository. Regards, M. Signed-off-by: Marc Zyngier <maz@xxxxxxxxxxxxxxx> diff --git a/include/asm-sparc64/futex.h b/include/asm-sparc64/futex.h index cd340a2..1aa76b8 100644 --- a/include/asm-sparc64/futex.h +++ b/include/asm-sparc64/futex.h @@ -84,7 +84,7 @@ static inline int futex_atomic_op_inuser } static inline int -futex_atomic_cmpxchg_inuser(int __user *uaddr, int oldval, int newval) +futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) { return -ENOSYS; } -- And if you don't know where you're going, any road will take you there...