提交 717736d4 编写于 作者: R Ralf Baechle

[MIPS] TLS: Delete unused sys32_set_thread_area

There is no need for a compat version.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 00932ba3
......@@ -1296,9 +1296,3 @@ _sys32_clone(nabi_no_regargs struct pt_regs regs)
return do_fork(clone_flags, newsp, &regs, 0,
parent_tidptr, child_tidptr);
}
extern asmlinkage void sys_set_thread_area(u32 addr);
asmlinkage void sys32_set_thread_area(u32 addr)
{
sys_set_thread_area(AA(addr));
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册