linux-stable-rt/arch/tile/lib
Chris Metcalf f319d6e238 arch/tile: avoid exporting a symbol no longer used by gcc
An earlier Tilera compiler generated calls to an "__ll_mul"
function for long long multiplication.  Our libgcc supported that
as an alias for the normal __muldi3 routine, so we made it available
to kernel modules as well.  However, for a while now the compiler
has internally been generating only the standard __muldi3 symbol,
and the version we are giving back to the community does not have
the __ll_mul alias, so we are removing it from the kernel too.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2011-11-03 16:58:42 -04:00
..
Makefile
atomic_32.c
atomic_asm_32.S
cacheflush.c
checksum.c
cpumask.c
delay.c
exports.c arch/tile: avoid exporting a symbol no longer used by gcc 2011-11-03 16:58:42 -04:00
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
strlen_32.c
strlen_64.c
uaccess.c
usercopy_32.S
usercopy_64.S