diff options
Diffstat (limited to 'arch/cris/include/asm/processor.h')
| -rw-r--r-- | arch/cris/include/asm/processor.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h index 15b815df29c1..bc2729e4b2c9 100644 --- a/arch/cris/include/asm/processor.h +++ b/arch/cris/include/asm/processor.h @@ -52,8 +52,6 @@ unsigned long get_wchan(struct task_struct *p);  #define KSTK_ESP(tsk)   ((tsk) == current ? rdusp() : (tsk)->thread.usp) -extern unsigned long thread_saved_pc(struct task_struct *tsk); -  /* Free all resources held by a thread. */  static inline void release_thread(struct task_struct *dead_task)  {  |