|
@@ -218,7 +218,7 @@ void show_registers(struct pt_regs *regs);
|
|
void show_cacheinfo(struct seq_file *m);
|
|
void show_cacheinfo(struct seq_file *m);
|
|
|
|
|
|
/* Free all resources held by a thread. */
|
|
/* Free all resources held by a thread. */
|
|
-extern void release_thread(struct task_struct *);
|
|
|
|
|
|
+static inline void release_thread(struct task_struct *tsk) { }
|
|
|
|
|
|
/* Free guarded storage control block for current */
|
|
/* Free guarded storage control block for current */
|
|
void exit_thread_gs(void);
|
|
void exit_thread_gs(void);
|