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>
Showing
- arch/mips/kernel/smp-cps.c 1 addition, 1 deletionarch/mips/kernel/smp-cps.c
- arch/mips/sibyte/sb1250/smp.c 1 addition, 1 deletionarch/mips/sibyte/sb1250/smp.c
- include/linux/sched.h 9 additions, 106 deletionsinclude/linux/sched.h
- include/linux/sched/task_stack.h 104 additions, 0 deletionsinclude/linux/sched/task_stack.h
Loading
Please register or sign in to comment