git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7378547
)
sched: fix fastcall mismatch in completion APIs
author
Ingo Molnar
<mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000
(18:23 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000
(18:23 +0200)
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>
No differences found