Re: [PATCH] Fix wait_for_completion_interruptible declaration mismatch

2007-10-22 Thread Ingo Molnar
* Jeff Dike <[EMAIL PROTECTED]> wrote: > Without the fastcall, I get a declaration mismatch between the > definition here and the declaration in completion.h. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> indeed! Note that i went for the fix below instead - we can just remove all the

Re: [PATCH] Fix wait_for_completion_interruptible declaration mismatch

2007-10-22 Thread Ingo Molnar
* Jeff Dike [EMAIL PROTECTED] wrote: Without the fastcall, I get a declaration mismatch between the definition here and the declaration in completion.h. Signed-off-by: Jeff Dike [EMAIL PROTECTED] indeed! Note that i went for the fix below instead - we can just remove all the fastcall

[PATCH] Fix wait_for_completion_interruptible declaration mismatch

2007-10-12 Thread Jeff Dike
Without the fastcall, I get a declaration mismatch between the definition here and the declaration in completion.h. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> --- kernel/sched.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.22/kernel/sched.c

[PATCH] Fix wait_for_completion_interruptible declaration mismatch

2007-10-12 Thread Jeff Dike
Without the fastcall, I get a declaration mismatch between the definition here and the declaration in completion.h. Signed-off-by: Jeff Dike [EMAIL PROTECTED] --- kernel/sched.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.22/kernel/sched.c