Commit b67eeff7 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull MIPS fixes from Thomas Bogendoerfer:

 - fix lseek in o32 compat mode

 - fix for microMIPS MT ASE helpers

* tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
  mips: fix compat_sys_lseek syscall
  MIPS: mipsmtregs: Fix target register for MFTC0
parents b9e6612d 0d5679a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));						\
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
17	o32	break				sys_ni_syscall
# 18 was sys_stat
18	o32	unused18			sys_ni_syscall
19	o32	lseek				sys_lseek
19	o32	lseek				sys_lseek			compat_sys_lseek
20	o32	getpid				sys_getpid
21	o32	mount				sys_mount
22	o32	umount				sys_oldumount