* [RT PATCH] fix futex compilation (rt20)
@ 2006-05-08 9:15 Dipankar Sarma
2006-05-09 8:24 ` Sébastien Dugué
2006-05-10 7:54 ` Ingo Molnar
0 siblings, 2 replies; 3+ messages in thread
From: Dipankar Sarma @ 2006-05-08 9:15 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-kernel
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);
}
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RT PATCH] fix futex compilation (rt20)
2006-05-08 9:15 [RT PATCH] fix futex compilation (rt20) Dipankar Sarma
@ 2006-05-09 8:24 ` Sébastien Dugué
2006-05-10 7:54 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Sébastien Dugué @ 2006-05-09 8:24 UTC (permalink / raw)
To: dipankar; +Cc: Ingo Molnar, linux-kernel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RT PATCH] fix futex compilation (rt20)
2006-05-08 9:15 [RT PATCH] fix futex compilation (rt20) Dipankar Sarma
2006-05-09 8:24 ` Sébastien Dugué
@ 2006-05-10 7:54 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2006-05-10 7:54 UTC (permalink / raw)
To: Dipankar Sarma; +Cc: linux-kernel
* Dipankar Sarma <dipankar@in.ibm.com> wrote:
> Hi Ingo,
>
> I needed this patch to compile and boot rt20 on x86_64. Just FYI.
thanks, applied.
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-10 7:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-08 9:15 [RT PATCH] fix futex compilation (rt20) Dipankar Sarma
2006-05-09 8:24 ` Sébastien Dugué
2006-05-10 7:54 ` Ingo Molnar
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®