]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: mm: uasm: Fix lh micro-assembler instruction
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 23 Jun 2014 09:38:46 +0000 (10:38 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Jun 2014 09:48:19 +0000 (10:48 +0100)
commit552f7248c0a8037c9a9c20b9e2cc62ea4efc0879
tree2e81b421cc21cbf7fefe8e2b6859cab2fc4beb8e
parentdbee44be9fb0f7d02eda205628ff12af9cf5a934
MIPS: mm: uasm: Fix lh micro-assembler instruction

Commit 356cfe929520892437c83b3840f088453d6da1c4 "MIPS: uasm: Add lh uam
instruction" added the 'lh' micro-assembler instruction but it used the
'lw' opcode for it. Fix it by using the correct 'lh' opcode.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7121/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/uasm-mips.c