diff options
| -rw-r--r-- | arch/mips/include/asm/msa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/msa.h b/arch/mips/include/asm/msa.h index a2aba6c3ec05..baddc5f600be 100644 --- a/arch/mips/include/asm/msa.h +++ b/arch/mips/include/asm/msa.h | |||
| @@ -84,7 +84,7 @@ static inline void write_msa_##name(unsigned int val) \ | |||
| 84 | __asm__ __volatile__( \ | 84 | __asm__ __volatile__( \ |
| 85 | " .set push\n" \ | 85 | " .set push\n" \ |
| 86 | " .set msa\n" \ | 86 | " .set msa\n" \ |
| 87 | " cfcmsa $" #cs ", %0\n" \ | 87 | " ctcmsa $" #cs ", %0\n" \ |
| 88 | " .set pop\n" \ | 88 | " .set pop\n" \ |
| 89 | : : "r"(val)); \ | 89 | : : "r"(val)); \ |
| 90 | } | 90 | } |
