Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356753
b: refs/heads/master
c: 25f9e5c
h: refs/heads/master
i:
  356751: 7e1c46d
v: v3
  • Loading branch information
Al Viro committed Feb 4, 2013
1 parent bd26969 commit 9a65365
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 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: a274bd498ce4b57294034d428b801b2bca3af774
refs/heads/master: 25f9e5c4e07f6107b81babe7ad71b90b329d587b
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/sys32.S
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ SIGN1(sys32_getsid, sys_getsid, %o0)
SIGN2(sys32_kill, sys_kill, %o0, %o1)
SIGN1(sys32_nice, sys_nice, %o0)
SIGN1(sys32_lseek, sys_lseek, %o1)
SIGN2(sys32_open, sparc32_open, %o1, %o2)
SIGN2(sys32_open, compat_sys_open, %o1, %o2)
SIGN1(sys32_readlink, sys_readlink, %o2)
SIGN1(sys32_sched_get_priority_max, sys_sched_get_priority_max, %o0)
SIGN1(sys32_sched_get_priority_min, sys_sched_get_priority_min, %o0)
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/sparc/kernel/sys_sparc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,16 +337,6 @@ long compat_sys_fadvise64_64(int fd,
advice);
}

/* This is just a version for 32-bit applications which does
* not force O_LARGEFILE on.
*/

asmlinkage long sparc32_open(const char __user *filename,
int flags, int mode)
{
return do_sys_open(AT_FDCWD, filename, flags, mode);
}

long sys32_lookup_dcookie(unsigned long cookie_high,
unsigned long cookie_low,
char __user *buf, size_t len)
Expand Down

0 comments on commit 9a65365

Please sign in to comment.