original_kernel/arch/mips/alchemy/common
Ralf Baechle a809d46066 MIPS: Fix gigaton of warning building with microMIPS.
With binutils 2.24 the attempt to switch with microMIPS mode to MIPS III
mode through .set mips3 results in *lots* of warnings like

{standard input}: Assembler messages:
{standard input}:397: Warning: the 64-bit MIPS architecture does not support the `smartmips' extension

during a kernel build.  Fixed by using .set arch=r4000 instead.

This breaks support for building the kernel with binutils 2.13 which
was supported for 32 bit kernels only anyway and 2.14 which was a bad
vintage for MIPS anyway.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-03-31 18:17:12 +02:00
..
Makefile
clocks.c
dbdma.c
dma.c
gpiolib.c
irq.c
platform.c
power.c mips: delete non-required instances of include <linux/init.h> 2014-01-24 22:39:56 +01:00
prom.c
setup.c MIPS: Alchemy: Determine cohereny at runtime based on cpu type 2014-03-26 23:09:21 +01:00
sleeper.S MIPS: Fix gigaton of warning building with microMIPS. 2014-03-31 18:17:12 +02:00
time.c
usb.c
vss.c