aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/kernel/compat_wrapper.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S
index 6e27ac68ec3f..83b33fe1923c 100644
--- a/arch/s390/kernel/compat_wrapper.S
+++ b/arch/s390/kernel/compat_wrapper.S
@@ -1486,7 +1486,7 @@ sys_inotify_rm_watch_wrapper:
1486 1486
1487 .globl compat_sys_openat_wrapper 1487 .globl compat_sys_openat_wrapper
1488compat_sys_openat_wrapper: 1488compat_sys_openat_wrapper:
1489 lgfr %r2,%r2 # int 1489 llgfr %r2,%r2 # unsigned int
1490 llgtr %r3,%r3 # const char * 1490 llgtr %r3,%r3 # const char *
1491 lgfr %r4,%r4 # int 1491 lgfr %r4,%r4 # int
1492 lgfr %r5,%r5 # int 1492 lgfr %r5,%r5 # int
@@ -1518,14 +1518,14 @@ sys_fchownat_wrapper:
1518 1518
1519 .globl compat_sys_futimesat_wrapper 1519 .globl compat_sys_futimesat_wrapper
1520compat_sys_futimesat_wrapper: 1520compat_sys_futimesat_wrapper:
1521 lgfr %r2,%r2 # int 1521 llgfr %r2,%r2 # unsigned int
1522 llgtr %r3,%r3 # char * 1522 llgtr %r3,%r3 # char *
1523 llgtr %r4,%r4 # struct timeval * 1523 llgtr %r4,%r4 # struct timeval *
1524 jg compat_sys_futimesat 1524 jg compat_sys_futimesat
1525 1525
1526 .globl compat_sys_newfstatat_wrapper 1526 .globl compat_sys_newfstatat_wrapper
1527compat_sys_newfstatat_wrapper: 1527compat_sys_newfstatat_wrapper:
1528 lgfr %r2,%r2 # int 1528 llgfr %r2,%r2 # unsigned int
1529 llgtr %r3,%r3 # char * 1529 llgtr %r3,%r3 # char *
1530 llgtr %r4,%r4 # struct stat * 1530 llgtr %r4,%r4 # struct stat *
1531 lgfr %r5,%r5 # int 1531 lgfr %r5,%r5 # int