aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/process.c')
-rw-r--r--arch/h8300/kernel/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c
index 0f5db5bb561b..d1ddcabbbe83 100644
--- a/arch/h8300/kernel/process.c
+++ b/arch/h8300/kernel/process.c
@@ -129,11 +129,6 @@ int copy_thread(unsigned long clone_flags,
129 return 0; 129 return 0;
130} 130}
131 131
132unsigned long thread_saved_pc(struct task_struct *tsk)
133{
134 return ((struct pt_regs *)tsk->thread.esp0)->pc;
135}
136
137unsigned long get_wchan(struct task_struct *p) 132unsigned long get_wchan(struct task_struct *p)
138{ 133{
139 unsigned long fp, pc; 134 unsigned long fp, pc;