alpha: make thread_saved_pc static

The only user of thread_saved_pc() in non-arch-specific code was removed
in commit 8243d55977 ("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>
This commit is contained in:
Tobias Klauser
2017-09-18 13:35:44 +02:00
committed by Matt Turner
부모 77e5bff164
커밋 16dc17ee61
2개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제

파일 보기

@@ -361,7 +361,7 @@ EXPORT_SYMBOL(dump_elf_task_fp);
* all. -- r~
*/
unsigned long
static unsigned long
thread_saved_pc(struct task_struct *t)
{
unsigned long base = (unsigned long)task_stack_page(t);