Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19621
b: refs/heads/master
c: cd2d2bf
h: refs/heads/master
i:
  19619: 50eb9b6
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Feb 3, 2006
1 parent c25b7b8 commit 6f84d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6ff290a0c0dec40eb6f80efbb0ac88f518bbb2a7
refs/heads/master: cd2d2bf657ef1f376def6f8281202f20800fee7d
6 changes: 3 additions & 3 deletions trunk/arch/s390/kernel/compat_wrapper.S
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ sys_inotify_rm_watch_wrapper:

.globl compat_sys_openat_wrapper
compat_sys_openat_wrapper:
lgfr %r2,%r2 # int
llgfr %r2,%r2 # unsigned int
llgtr %r3,%r3 # const char *
lgfr %r4,%r4 # int
lgfr %r5,%r5 # int
Expand Down Expand Up @@ -1518,14 +1518,14 @@ sys_fchownat_wrapper:

.globl compat_sys_futimesat_wrapper
compat_sys_futimesat_wrapper:
lgfr %r2,%r2 # int
llgfr %r2,%r2 # unsigned int
llgtr %r3,%r3 # char *
llgtr %r4,%r4 # struct timeval *
jg compat_sys_futimesat

.globl compat_sys_newfstatat_wrapper
compat_sys_newfstatat_wrapper:
lgfr %r2,%r2 # int
llgfr %r2,%r2 # unsigned int
llgtr %r3,%r3 # char *
llgtr %r4,%r4 # struct stat *
lgfr %r5,%r5 # int
Expand Down

0 comments on commit 6f84d10

Please sign in to comment.