summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-06-27 10:42:37 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-06-27 10:42:37 +0200
commit7c48090af524410fe72754be5f4cfd92d9487957 (patch)
tree5dc17250b972e85275268972815c1f95cccb2cc1 /arch/mips/include/asm
parent77543269ff23c75bebfb8e6e9a1177b350908ea7 (diff)
parent0d5679a0aae2d8cda72169452c32e5cb88a7ab33 (diff)
downloadlwn-7c48090af524410fe72754be5f4cfd92d9487957.tar.gz
lwn-7c48090af524410fe72754be5f4cfd92d9487957.zip
Merge branch 'mips-fixes' into mips-next
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r--arch/mips/include/asm/mipsmtregs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mipsmtregs.h b/arch/mips/include/asm/mipsmtregs.h
index 30e86861c206..b1ee3c48e84b 100644
--- a/arch/mips/include/asm/mipsmtregs.h
+++ b/arch/mips/include/asm/mipsmtregs.h
@@ -322,7 +322,7 @@ static inline void ehb(void)
" .set push \n" \
" .set "MIPS_ISA_LEVEL" \n" \
_ASM_SET_MFTC0 \
- " mftc0 $1, " #rt ", " #sel " \n" \
+ " mftc0 %0, " #rt ", " #sel " \n" \
_ASM_UNSET_MFTC0 \
" .set pop \n" \
: "=r" (__res)); \