]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: MTX1: Fix build.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 3 Aug 2010 02:42:32 +0000 (03:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:40 +0000 (13:25 +0100)
commit6998b52ecbe872e3191e27376a095a6ea68bd012
tree0e80e87501c94a0bf1fa5973956fd2c5c174403f
parent0d3ba5471e129ae28b63a06e85fc9b230f8b45c8
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.
e1fe83a550d9d2202e0f4f22e21e6393ebe6e362 (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>
arch/mips/alchemy/devboards/pb1000/board_setup.c
arch/mips/alchemy/mtx-1/board_setup.c
arch/mips/alchemy/xxs1500/board_setup.c