1
0
Fork 0
alistair23-linux/arch/mips/cavium-octeon
Florian Fainelli 5c8974538a MIPS: Octeon: Workaround link failures with gcc-4.4.x 32-bits toolchains
When building with a gcc-4.4.x toolchain that is configured to produce
32-bits executables by default, we will produce __lshrti3 in sched_clock()
which is never resolved so the kernel fails to link. Unconditionally use
the inline assembly version as suggested by David Daney, which works around
the issue.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1514/
Acked-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-08-05 13:25:39 +01:00
..
executive MIPS: Use ALIGN(x, bytes) instead of __ALIGN_MASK(x, bytes - 1) 2010-02-27 12:53:43 +01:00
Kconfig MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon. 2009-01-11 09:57:21 +00:00
Makefile MIPS: Modularize COP2 handling 2009-12-17 01:57:30 +00:00
cpu.c MIPS: Modularize COP2 handling 2009-12-17 01:57:30 +00:00
csrc-octeon.c MIPS: Octeon: Workaround link failures with gcc-4.4.x 32-bits toolchains 2010-08-05 13:25:39 +01:00
dma-octeon.c MIPS: Octeon: Replace spinlock with raw_spinlocks in dma-octeon.c. 2010-02-27 12:53:40 +01:00
flash_setup.c MIPS: Stop using <asm-generic/int-l64.h>. 2009-03-30 14:49:41 +02:00
octeon-irq.c MIPS: Octeon: Replace rwlocks in irq_chip handlers with raw_spinlocks. 2010-02-27 12:53:40 +01:00
octeon-memcpy.S MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon. 2009-01-11 09:57:21 +00:00
octeon-platform.c MIPS: Octeon: Register some devices on the I2C bus. 2010-02-27 12:53:05 +01:00
octeon_boot.h MIPS: Cavium: Add CPU hotplugging code. 2009-06-24 18:34:40 +01:00
serial.c MIPS: Octeon: Serial port fixes for OCTEON simulator. 2010-05-21 21:31:23 +01:00
setup.c MIPS: Octeon: Serial port fixes for OCTEON simulator. 2010-05-21 21:31:23 +01:00
smp.c MIPS: Cavium: Remove unused watchdog code. 2010-04-12 17:26:08 +01:00