OSDN Git Service

alpha: make thread_saved_pc static
authorTobias Klauser <tklauser@distanz.ch>
Mon, 18 Sep 2017 11:35:44 +0000 (13:35 +0200)
committerMatt Turner <mattst88@gmail.com>
Sun, 21 Jan 2018 00:58:36 +0000 (16:58 -0800)
commit16dc17ee61ec3c16643fea675715cb3845d94735
treedf0d1e590ead2525f85aec775228ee2e2c6d6ced
parent77e5bff1640432f28794a00800955e646dcd7455
alpha: 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
Alpha and can be made static.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/include/asm/processor.h
arch/alpha/kernel/process.c