[MIPS] TLS: Delete unused sys32_set_thread_area
authorRalf Baechle <ralf@linux-mips.org>
Tue, 19 Sep 2006 16:16:56 +0000 (17:16 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:43 +0000 (13:37 +0100)
There is no need for a compat version.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c

index 450ac59..dc500e2 100644 (file)
@@ -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));
-}