sched/headers: Move cputime functionality from <linux/sched.h> and...
sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h> Move cputime related functionality out of <linux/sched.h>, as most code that includes <linux/sched.h> does not use that functionality. Move data types that are not included in task_struct directly to the signal definitions, into <linux/sched/signal.h>. Also merge the (small) existing <linux/cputime.h> header into <linux/sched/cputime.h>. 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
- include/linux/cputime.h 0 additions, 13 deletionsinclude/linux/cputime.h
- include/linux/sched.h 0 additions, 89 deletionsinclude/linux/sched.h
- include/linux/sched/cputime.h 181 additions, 1 deletioninclude/linux/sched/cputime.h
- include/linux/sched/signal.h 33 additions, 0 deletionsinclude/linux/sched/signal.h
- kernel/sched/stats.h 0 additions, 111 deletionskernel/sched/stats.h
Loading
Please register or sign in to comment