sched: Move kthread_bind() back to kthread.c
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 16 Dec 2009 17:04:39 +0000 (18:04 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 16 Dec 2009 18:01:57 +0000 (19:01 +0100)
commit881232b70b195768a71cd74ff4b4e8ab9502997b
treeaeafe0a28a7163af445e4f603ab1075c3608c375
parent5da9a0fb673a0ea0a093862f95f6b89b3390c31e
sched: Move kthread_bind() back to kthread.c

Since kthread_bind() lost its dependencies on sched.c, move it
back where it came from.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <20091216170518.039524041@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kthread.c
kernel/sched.c