]> Git Repo - linux.git/commit
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched...
authorIngo Molnar <[email protected]>
Fri, 3 Feb 2017 21:59:33 +0000 (22:59 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/mips/kernel/smp-cps.c
arch/mips/sibyte/sb1250/smp.c
include/linux/sched.h
include/linux/sched/task_stack.h
This page took 0.061664 seconds and 4 git commands to generate.