]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Feb 2017 21:59:33 +0000 (22:59 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:47 +0000 (01:43 +0100)
commitf3ac60671954c8d413532627b1be13a76f394c49
tree31357b110d793102098d3950c61d1ae86807fee7
parentd04b0ad37e4b6ac39a56c823ae76ab37cd044dc7
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>

Split out the task->stack related functionality, which is not really
part of the core scheduler APIs.

Only keep task_thread_info() because it's used by sched.h.

Update the code that uses those facilities.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/mips/kernel/smp-cps.c
arch/mips/sibyte/sb1250/smp.c
include/linux/sched.h
include/linux/sched/task_stack.h