From: Paul Burton Date: Fri, 11 Jul 2014 15:44:33 +0000 (+0100) Subject: MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchains X-Git-Tag: cleanup-for-v3.18~94^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70dff4d90aab40326d1d06a331e2b07eae99d067;p=pandora-kernel.git MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchains Commit d96cc3d1ec5d "MIPS: Add microMIPS MSA support." attempted to use the value of a macro within an inline asm statement but instead emitted a comment leading to the cfcmsa & ctcmsa instructions being omitted. Fix that by passing CFC_MSA_INSN & CTC_MSA_INSN as arguments to the asm statements. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7305/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed