android_kernel_xiaomi_sm8350/arch/mips/alchemy/devboards
Ralf Baechle 36f217d9df MIPS: MTX1: Fix build.
CC      arch/mips/alchemy/mtx-1/board_setup.o
{standard input}: Assembler messages:
{standard input}:263: Error: opcode not supported on this processor: mips1 (mips1) `sync'
{standard input}:274: Error: opcode not supported on this processor: mips1 (mips1) `sync'
{standard input}:296: Error: opcode not supported on this processor: mips1 (mips1) `sync'
[...]

Any .set mipsX statement other than .set mips0 at the end of inline
assembler is a big fat bug.

Introduced by 9482eabeca315c0276ffb50026b7482481b7097b (linux-mips.org) rsp.
32fd6901a6 (kernel.org).

While at it, fix the same issue in

  arch/mips/alchemy/devboards/pb1000/board_setup.c
  arch/mips/alchemy/xxs1500/board_setup.c

as well.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2010-08-05 13:25:40 +01:00
..
db1x00 MIPS: Alchemy: Repair db1500/bosporus builds 2010-02-27 12:53:45 +01:00
db1200 MIPS: DB1200: PCMCIA card detection must not be auto-enabled. 2010-04-30 20:52:43 +01:00
pb1000 MIPS: MTX1: Fix build. 2010-08-05 13:25:40 +01:00
pb1100 MIPS: Alchemy: Fix up residual devboard poweroff/reboot code. 2010-05-21 21:31:15 +01:00
pb1200 MIPS: Alchemy: Fix up residual devboard poweroff/reboot code. 2010-05-21 21:31:15 +01:00
pb1500 MIPS: Alchemy: Fix up residual devboard poweroff/reboot code. 2010-05-21 21:31:15 +01:00
pb1550 MIPS: Alchemy: Fix up residual devboard poweroff/reboot code. 2010-05-21 21:31:15 +01:00
bcsr.c
Makefile
platform.c MIPS: Alchemy: use 36bit addresses for PCMCIA resources. 2010-02-27 12:53:43 +01:00
platform.h MIPS: Alchemy: use 36bit addresses for PCMCIA resources. 2010-02-27 12:53:43 +01:00
pm.c MIPS: Alchemy: devboard PM needs to save CPLD registers. 2010-02-27 12:53:41 +01:00
prom.c