aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/processor.h')
-rw-r--r--arch/microblaze/include/asm/processor.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h
index 497a988d79c2..c38d0dd91134 100644
--- a/arch/microblaze/include/asm/processor.h
+++ b/arch/microblaze/include/asm/processor.h
@@ -70,11 +70,6 @@ static inline void release_thread(struct task_struct *dead_task)
70{ 70{
71} 71}
72 72
73/* Free all resources held by a thread. */
74static inline void exit_thread(void)
75{
76}
77
78extern unsigned long thread_saved_pc(struct task_struct *t); 73extern unsigned long thread_saved_pc(struct task_struct *t);
79 74
80extern unsigned long get_wchan(struct task_struct *p); 75extern unsigned long get_wchan(struct task_struct *p);
@@ -127,11 +122,6 @@ static inline void release_thread(struct task_struct *dead_task)
127{ 122{
128} 123}
129 124
130/* Free current thread data structures etc. */
131static inline void exit_thread(void)
132{
133}
134
135/* Return saved (kernel) PC of a blocked thread. */ 125/* Return saved (kernel) PC of a blocked thread. */
136# define thread_saved_pc(tsk) \ 126# define thread_saved_pc(tsk) \
137 ((tsk)->thread.regs ? (tsk)->thread.regs->r15 : 0) 127 ((tsk)->thread.regs ? (tsk)->thread.regs->r15 : 0)