From: "Sébastien Dugué" <sebastien.dugue@bull.net>
To: dipankar@in.ibm.com
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: [RT PATCH] fix futex compilation (rt20)
Date: Tue, 09 May 2006 10:24:51 +0200 [thread overview]
Message-ID: <1147163091.3969.0.camel@frecb000686> (raw)
In-Reply-To: <20060508091535.GB6081@in.ibm.com>
On Mon, 2006-05-08 at 14:45 +0530, Dipankar Sarma wrote:
> 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);
> }
>
> _
Whoops, missed this one, thanks.
OK with me.
Sébastien.
next prev parent reply other threads:[~2006-05-09 8:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-08 9:15 Dipankar Sarma
2006-05-09 8:24 ` Sébastien Dugué [this message]
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=1147163091.3969.0.camel@frecb000686 \
--to=sebastien.dugue@bull.net \
--cc=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®