diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-11-03 03:23:41 +0100 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-11-03 21:58:42 +0100 |
commit | f319d6e238a25d84af530a6a2526525c7041463f (patch) | |
tree | 97e93b14a0cf6b640847db8f4c133a1e9ea777c3 /lib/ioremap.c | |
parent | arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h> (diff) | |
download | linux-f319d6e238a25d84af530a6a2526525c7041463f.tar.xz linux-f319d6e238a25d84af530a6a2526525c7041463f.zip |
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>
Diffstat (limited to 'lib/ioremap.c')
0 files changed, 0 insertions, 0 deletions