Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4880391 authored by Paul Mundt's avatar Paul Mundt Committed by Martin Schwidefsky
Browse files

[S390] sys_getcpu compat wrapper.



Looking at the new syscall additions, I noticed that
sys_getcpu_wrapper wraps in to sys_tee, in what appears to be
a copy and paste error.  Switch it to point to sys_getcpu..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent e8039150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1664,4 +1664,4 @@ sys_getcpu_wrapper:
	llgtr	%r2,%r2			# unsigned *
	llgtr	%r3,%r3			# unsigned *
	llgtr	%r4,%r4			# struct getcpu_cache *
	jg	sys_tee
	jg	sys_getcpu