linux/arch/tile/lib
Chris Metcalf 3cb3f839d3 tilepro: work around module link error with gcc 4.7
gcc 4.7.x is emitting calls to __ffsdi2 where previously
it used to inline the appropriate ctz instructions.
While this needs to be fixed in gcc, it's also easy to avoid
having it cause build failures when building with those
compilers by exporting __ffsdi2 to modules.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Cc: stable@kernel.org
2013-06-15 16:47:47 -04:00
..
atomic_32.c
atomic_asm_32.S
cacheflush.c
checksum.c
cpumask.c
delay.c
exports.c tilepro: work around module link error with gcc 4.7 2013-06-15 16:47:47 -04:00
Makefile
memchr_32.c
memchr_64.c
memcpy_32.S
memcpy_64.c
memcpy_tile64.c
memcpy_user_64.c
memmove.c
memset_32.c
memset_64.c
spinlock_32.c
spinlock_64.c
spinlock_common.h
strchr_32.c
strchr_64.c
string-endian.h
strlen_32.c
strlen_64.c
uaccess.c
usercopy_32.S
usercopy_64.S