aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
-rw-r--r--arch/m68k/include/asm/processor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index 20dda1d4b860..a6ce2ec8d693 100644
--- a/arch/m68k/include/asm/processor.h
+++ b/arch/m68k/include/asm/processor.h
@@ -153,13 +153,6 @@ static inline void release_thread(struct task_struct *dead_task)
153{ 153{
154} 154}
155 155
156/*
157 * Free current thread data structures etc..
158 */
159static inline void exit_thread(void)
160{
161}
162
163extern unsigned long thread_saved_pc(struct task_struct *tsk); 156extern unsigned long thread_saved_pc(struct task_struct *tsk);
164 157
165unsigned long get_wchan(struct task_struct *p); 158unsigned long get_wchan(struct task_struct *p);