* [PATCH] s390: Point sys_getcpu_wrapper at the proper syscall.
@ 2006-10-19 9:35 Paul Mundt
2006-10-19 10:11 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: Paul Mundt @ 2006-10-19 9:35 UTC (permalink / raw)
To: Martin Schwidefsky; +Cc: linux-kernel
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: Paul Mundt <lethal@linux-sh.org>
--
arch/s390/kernel/compat_wrapper.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S
index cb0efae..71e54ef 100644
--- a/arch/s390/kernel/compat_wrapper.S
+++ b/arch/s390/kernel/compat_wrapper.S
@@ -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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] s390: Point sys_getcpu_wrapper at the proper syscall.
2006-10-19 9:35 [PATCH] s390: Point sys_getcpu_wrapper at the proper syscall Paul Mundt
@ 2006-10-19 10:11 ` Martin Schwidefsky
0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2006-10-19 10:11 UTC (permalink / raw)
To: Paul Mundt; +Cc: linux-kernel
On Thu, 2006-10-19 at 18:35 +0900, Paul Mundt wrote:
> 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: Paul Mundt <lethal@linux-sh.org>
Indeed, good spotting. Thanks the for patch.
--
blue skies,
Martin.
Martin Schwidefsky
Linux for zSeries Development & Services
IBM Deutschland Entwicklung GmbH
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-19 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 9:35 [PATCH] s390: Point sys_getcpu_wrapper at the proper syscall Paul Mundt
2006-10-19 10:11 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox