]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/parisc/kernel/syscall_table.S
[PARISC] wire up the fhandle syscalls
[mirror_ubuntu-bionic-kernel.git] / arch / parisc / kernel / syscall_table.S
index 74867dfdabe572c4e4758605091aa1aaf4db4881..b5d298209ecf5765eb76f63ae896587e9e46bcf5 100644 (file)
@@ -34,7 +34,7 @@
 /* Use ENTRY_SAME for 32-bit syscalls which are the same on wide and
  * narrow palinux.  Use ENTRY_DIFF for those where a 32-bit specific
  * implementation is required on wide palinux.  Use ENTRY_COMP where
- * the compatability layer has a useful 32-bit implementation.
+ * the compatibility layer has a useful 32-bit implementation.
  */
 #define ENTRY_SAME(_name_) .dword sys_##_name_
 #define ENTRY_DIFF(_name_) .dword sys32_##_name_
        ENTRY_COMP(recvmmsg)
        ENTRY_SAME(accept4)             /* 320 */
        ENTRY_SAME(prlimit64)
+       ENTRY_SAME(fanotify_init)
+       ENTRY_COMP(fanotify_mark)
+       ENTRY_COMP(clock_adjtime)
+       ENTRY_SAME(name_to_handle_at)   /* 325 */
+       ENTRY_COMP(open_by_handle_at)
 
        /* Nothing yet */