提交 04cc89d1 编写于 作者: R Ralf Baechle

MIPS: Make flush_thread

Avoids function calls to an empty function.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 5d3c7925
......@@ -355,6 +355,10 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
*/
extern void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp);
static inline void flush_thread(void)
{
}
unsigned long get_wchan(struct task_struct *p);
#define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \
......
......@@ -77,10 +77,6 @@ void exit_thread(void)
{
}
void flush_thread(void)
{
}
int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
{
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册