]> git.baikalelectronics.ru Git - kernel.git/commit
sched: fix fastcall mismatch in completion APIs
authorIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
commit6587d383e8374cc2461888a331005426c788d8fa
tree88178f8115d502787e7c52c548c5745350353bc0
parent5a536b495c77bec7d55b286dab2eef075cca9e27
sched: fix fastcall mismatch in completion APIs

Jeff Dike noticed that wait_for_completion_interruptible()'s prototype
had a mismatched fastcall.

Fix this by removing the fastcall attributes from all the completion APIs.

Found-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/completion.h
kernel/sched.c