+1
−1
kernel/sched/completion.c
0 → 100644
+299
−0
+0
−284
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Completions already have their own header file: linux/completion.h Move the implementation out of kernel/sched/core.c and into its own file: kernel/sched/completion.c. Signed-off-by:Peter Zijlstra <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/n/tip-x2y49rmxu5dljt66ai2lcfuw@git.kernel.org Signed-off-by:
Ingo Molnar <mingo@kernel.org>