Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36028
b: refs/heads/master
c: 717736d
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent dfbe155 commit fd079ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00932ba3052a84ed73fab34ff1ec5a413b77fbab
refs/heads/master: 717736d4d73f8966fcc9802732f52f9e85830247
6 changes: 0 additions & 6 deletions trunk/arch/mips/kernel/linux32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

0 comments on commit fd079ee

Please sign in to comment.