Commit 717736d4 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] TLS: Delete unused sys32_set_thread_area

There is no need for a compat version.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment