diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-05 20:10:59 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-09 13:46:38 -0400 |
| commit | 91c2e0bcae72a3086c698b5de2b950b885abb0e6 (patch) | |
| tree | 89f738ca8f9519f0fd3b22dd6cfb3dc69d98cfab /arch/arm64/kernel | |
| parent | 5522ddb3fc0dfd4a503c8278eafd88c9f2d3fada (diff) | |
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm64/kernel')
| -rw-r--r-- | arch/arm64/kernel/sys32.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/kernel/sys32.S b/arch/arm64/kernel/sys32.S index db01aa978c41..a1b19ed7467c 100644 --- a/arch/arm64/kernel/sys32.S +++ b/arch/arm64/kernel/sys32.S | |||
| @@ -104,13 +104,6 @@ compat_sys_fallocate_wrapper: | |||
| 104 | b sys_fallocate | 104 | b sys_fallocate |
| 105 | ENDPROC(compat_sys_fallocate_wrapper) | 105 | ENDPROC(compat_sys_fallocate_wrapper) |
| 106 | 106 | ||
| 107 | compat_sys_fanotify_mark_wrapper: | ||
| 108 | orr x2, x2, x3, lsl #32 | ||
| 109 | mov w3, w4 | ||
| 110 | mov w4, w5 | ||
| 111 | b sys_fanotify_mark | ||
| 112 | ENDPROC(compat_sys_fanotify_mark_wrapper) | ||
| 113 | |||
| 114 | #undef __SYSCALL | 107 | #undef __SYSCALL |
| 115 | #define __SYSCALL(x, y) .quad y // x | 108 | #define __SYSCALL(x, y) .quad y // x |
| 116 | 109 | ||
