kernel_optimize_test/arch/tile/lib
Chris Metcalf 5b4787719f arch/tile: fix futex sanitization definition/prototype mismatch
Commit 8d7718aa08 changed "int"
to "u32" in the prototypes but not the definition.
I missed this when I saw the patch go by on LKML.

We cast "u32 *" to "int *" since we are tying into the underlying
atomics framework, and atomic_t uses int as its value type.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Reviewed-by: Michel Lespinasse <walken@google.com>
2011-03-20 00:08:21 -04:00
..
atomic_32.c arch/tile: fix futex sanitization definition/prototype mismatch 2011-03-20 00:08:21 -04:00
atomic_asm_32.S
cacheflush.c
checksum.c
cpumask.c
delay.c
exports.c
Makefile
memchr_32.c
memcpy_32.S
memcpy_tile64.c
memmove.c
memset_32.c
spinlock_32.c
spinlock_common.h
strchr_32.c
strlen_32.c
uaccess.c
usercopy_32.S