public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: linux-arch@vger.kernel.org
Cc: arnd@arndb.de
Subject: sys_futex() new arg
Date: Thu, 3 Jun 2004 14:52:24 -0700	[thread overview]
Message-ID: <20040603145224.3ba55599.davem@redhat.com> (raw)


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)

                 reply	other threads:[~2004-06-03 21:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040603145224.3ba55599.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox