]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: make thread_saved_pc static
authorTobias Klauser <tklauser@distanz.ch>
Mon, 18 Sep 2017 11:38:40 +0000 (13:38 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 Oct 2017 12:53:56 +0000 (14:53 +0200)
commit508c5757a72873d007e932faff5fa0014b25812d
tree1150d6e3427fb31afb1ba97721bae859bbe65aa8
parent7fd60db5b39f9498e97589557ec6356b2e50a6ac
MIPS: make thread_saved_pc static

The only user of thread_saved_pc() in non-arch-specific code was removed
in commit 8243d5597793 ("sched/core: Remove pointless printout in
sched_show_task()"), so it no longer needs to be globally defined for
MIPS and can be made static.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17303/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/processor.h
arch/mips/kernel/process.c