From: Dipankar Sarma <dipankar@in.ibm.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: [RT PATCH] fix futex compilation (rt20)
Date: Mon, 8 May 2006 14:45:36 +0530 [thread overview]
Message-ID: <20060508091535.GB6081@in.ibm.com> (raw)
Hi Ingo,
I needed this patch to compile and boot rt20 on x86_64. Just FYI.
Thanks
Dipankar
Signed-off-by: Dipankar Sarma <dipankar@in.ibm.com>
diff -puN kernel/futex_compat.c~fix-futex-compile kernel/futex_compat.c
--- linux-2.6.16-rt20/kernel/futex_compat.c~fix-futex-compile 2006-05-08 13:59:53.000000000 +0530
+++ linux-2.6.16-rt20-dipankar/kernel/futex_compat.c 2006-05-08 14:01:02.000000000 +0530
@@ -137,5 +137,5 @@ asmlinkage long compat_sys_futex(u32 __u
if (op == FUTEX_REQUEUE || op == FUTEX_CMP_REQUEUE)
val2 = (int) (unsigned long) utime;
- return do_futex(uaddr, op, val, timeout, uaddr2, val2, val3);
+ return do_futex(uaddr, op, val, &t, uaddr2, val2, val3);
}
_
next reply other threads:[~2006-05-08 9:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-08 9:15 Dipankar Sarma [this message]
2006-05-09 8:24 ` Sébastien Dugué
2006-05-10 7:54 ` Ingo Molnar
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=20060508091535.GB6081@in.ibm.com \
--to=dipankar@in.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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
all inboxes | Powered by JetHome®