]> git.baikalelectronics.ru Git - kernel.git/commit
sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Feb 2017 10:16:09 +0000 (11:16 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:43:43 +0000 (01:43 +0100)
commite7a68decf4c519d366d1621ca076c0ddeb61dc8e
tree564419d5d700b0da73c16a336dd9e5e2e1ff50a1
parent84125ee52bce799eae7bdc3c90b99ca425413768
sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>

Collect the various scheduler and task state debugging APIs scattered
around <linux/sched.h> into the new <linux/sched/debug.h> header.

In particular the show_regs() and show_stack() prototype affects many files,
update them.

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>
include/linux/sched.h
include/linux/sched/debug.h