From: Markos Chandras Date: Mon, 23 Jun 2014 09:38:46 +0000 (+0100) Subject: MIPS: mm: uasm: Fix lh micro-assembler instruction X-Git-Tag: omap-for-v3.16/fixes-rc4~42^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c68cbc667287dfd5eb793b6715c6d76a318e3f;p=pandora-kernel.git MIPS: mm: uasm: Fix lh micro-assembler instruction Commit d6b3314b49e12e8c349deb4ca28e7028db00728f "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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7121/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed