commit | b15136e9497ef5d6e08cf665e0d0acf7a229f6dc | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Oct 24 18:23:48 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 24 18:23:48 2007 +0200 |
tree | 88178f8115d502787e7c52c548c5745350353bc0 | |
parent | 7378547f2c83ca16a30d0a7c488a43a688ea0888 [diff] |
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>