* sys_futex() new arg
@ 2004-06-03 21:52 David S. Miller
0 siblings, 0 replies; only message in thread
From: David S. Miller @ 2004-06-03 21:52 UTC (permalink / raw)
To: linux-arch; +Cc: arnd
Making sure everyone caught this:
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/06/03 14:51:40-07:00 davem@nuts.davemloft.net
# [SPARC64]: New 6th arg of sys_futex needs sign extension.
#
# arch/sparc64/kernel/sys32.S
# 2004/06/03 14:51:21-07:00 davem@nuts.davemloft.net +1 -1
# [SPARC64]: New 6th arg of sys_futex needs sign extension.
#
diff -Nru a/arch/sparc64/kernel/sys32.S b/arch/sparc64/kernel/sys32.S
--- a/arch/sparc64/kernel/sys32.S 2004-06-03 14:52:03 -07:00
+++ b/arch/sparc64/kernel/sys32.S 2004-06-03 14:52:03 -07:00
@@ -91,7 +91,7 @@
SIGN1(sys32_mq_open, compat_sys_mq_open, %o1)
SIGN1(sys32_select, compat_sys_select, %o0)
SIGN1(sys32_mkdir, sys_mkdir, %o1)
-SIGN2(sys32_futex, compat_sys_futex, %o1, %o2)
+SIGN3(sys32_futex, compat_sys_futex, %o1, %o2, %o5)
SIGN1(sys32_sysfs, compat_sys_sysfs, %o0)
SIGN3(sys32_ipc, compat_sys_ipc, %o1, %o2, %o3)
SIGN2(sys32_sendfile, compat_sys_sendfile, %o0, %o1)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-03 21:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-03 21:52 sys_futex() new arg David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox