Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103780
b: refs/heads/master
c: 4914ad4
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 20, 2008
1 parent 3770c6f commit 4184c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: e0eb730757665d7e8ec0e79d9042a9311f3edb7e
refs/heads/master: 4914ad4a9f2d484a68422700ba8493db73c7c411
17 changes: 0 additions & 17 deletions trunk/arch/mips/kernel/linux32.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,23 +129,6 @@ sys32_mmap2(unsigned long addr, unsigned long len, unsigned long prot,
return error;
}


asmlinkage int sys_truncate64(const char __user *path, unsigned int high,
unsigned int low)
{
if ((int)high < 0)
return -EINVAL;
return sys_truncate(path, ((long) high << 32) | low);
}

asmlinkage int sys_ftruncate64(unsigned int fd, unsigned int high,
unsigned int low)
{
if ((int)high < 0)
return -EINVAL;
return sys_ftruncate(fd, ((long) high << 32) | low);
}

/*
* sys_execve() executes a new program.
*/
Expand Down

0 comments on commit 4184c3f

Please sign in to comment.