aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/processor.h')
-rw-r--r--arch/openrisc/include/asm/processor.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h
index 4d235e3d2534..70334c9f7d24 100644
--- a/arch/openrisc/include/asm/processor.h
+++ b/arch/openrisc/include/asm/processor.h
@@ -85,15 +85,6 @@ void release_thread(struct task_struct *);
85unsigned long get_wchan(struct task_struct *p); 85unsigned long get_wchan(struct task_struct *p);
86 86
87/* 87/*
88 * Free current thread data structures etc..
89 */
90
91extern inline void exit_thread(void)
92{
93 /* Nothing needs to be done. */
94}
95
96/*
97 * Return saved PC of a blocked thread. For now, this is the "user" PC 88 * Return saved PC of a blocked thread. For now, this is the "user" PC
98 */ 89 */
99extern unsigned long thread_saved_pc(struct task_struct *t); 90extern unsigned long thread_saved_pc(struct task_struct *t);