]> git.baikalelectronics.ru Git - kernel.git/commit
completions: uninline try_wait_for_completion and completion_done
authorDave Chinner <david@fromorbit.com>
Fri, 15 Aug 2008 07:40:44 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Aug 2008 15:35:44 +0000 (08:35 -0700)
commit7043b8269897e2d5676864847cb96b1ddce78242
tree7e560d01fdd56172b098e33b7c643de129e93b7b
parentd0e95b2fd006fdecc761dd16ee3351538dc3c6b7
completions: uninline try_wait_for_completion and completion_done

m68k fails to build with these functions inlined in completion.h.  Move
them out of line into sched.c and export them to avoid this problem.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/completion.h
kernel/sched.c