linux/arch
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
..
alpha alpha, gpio: GENERIC_GPIO default must be n 2011-09-14 18:09:37 -07:00
arm ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PM 2011-10-22 04:00:53 +09:00
avr32
blackfin
cris
frv
h8300
ia64
m32r
m68k
microblaze
mips MIPS: Call oops_enter, oops_exit in die 2011-10-01 20:36:04 +01:00
mn10300
openrisc Add missing DMA ops 2011-09-11 09:50:39 +02:00
parisc
powerpc powerpc: Fix device-tree matching for Apple U4 bridge 2011-09-29 19:22:40 -07:00
s390 [S390] gmap: always up mmap_sem properly 2011-09-26 16:40:50 +02:00
score
sh
sparc sparc: Add alignment flag to PCI expansion resources 2011-10-19 16:20:50 -07:00
tile arch/tile: avoid exporting a symbol no longer used by gcc 2011-11-03 16:58:42 -04:00
um um: fix strrchr() problems 2011-09-14 18:09:37 -07:00
unicore32
x86 x86: Fix S4 regression 2011-10-24 06:55:20 +02:00
xtensa
.gitignore
Kconfig