[SPARC]: Add inotify syscall entries.

Signed-off-by: David S. Miller <davem@davemloft.net>

+12 -12
+2 -2
arch/sparc/kernel/systbls.S
··· 48 48 /*135*/ .long sys_nis_syscall, sys_mkdir, sys_rmdir, sys_utimes, sys_stat64 49 49 /*140*/ .long sys_sendfile64, sys_nis_syscall, sys_futex, sys_gettid, sys_getrlimit 50 50 /*145*/ .long sys_setrlimit, sys_pivot_root, sys_prctl, sys_pciconfig_read, sys_pciconfig_write 51 - /*150*/ .long sys_nis_syscall, sys_nis_syscall, sys_nis_syscall, sys_poll, sys_getdents64 52 - /*155*/ .long sys_fcntl64, sys_ni_syscall, sys_statfs, sys_fstatfs, sys_oldumount 51 + /*150*/ .long sys_nis_syscall, sys_inotify_init, sys_inotify_add_watch, sys_poll, sys_getdents64 52 + /*155*/ .long sys_fcntl64, sys_inotify_rm_watch, sys_statfs, sys_fstatfs, sys_oldumount 53 53 /*160*/ .long sys_sched_setaffinity, sys_sched_getaffinity, sys_getdomainname, sys_setdomainname, sys_nis_syscall 54 54 /*165*/ .long sys_quotactl, sys_set_tid_address, sys_mount, sys_ustat, sys_setxattr 55 55 /*170*/ .long sys_lsetxattr, sys_fsetxattr, sys_getxattr, sys_lgetxattr, sys_getdents
+4 -4
arch/sparc64/kernel/systbls.S
··· 50 50 .word sys_nis_syscall, sys32_mkdir, sys_rmdir, sys32_utimes, compat_sys_stat64 51 51 /*140*/ .word sys32_sendfile64, sys_nis_syscall, sys32_futex, sys_gettid, compat_sys_getrlimit 52 52 .word compat_sys_setrlimit, sys_pivot_root, sys32_prctl, sys_pciconfig_read, sys_pciconfig_write 53 - /*150*/ .word sys_nis_syscall, sys_nis_syscall, sys_nis_syscall, sys_poll, sys_getdents64 54 - .word compat_sys_fcntl64, sys_ni_syscall, compat_sys_statfs, compat_sys_fstatfs, sys_oldumount 53 + /*150*/ .word sys_nis_syscall, sys_inotify_init, sys_inotify_add_watch, sys_poll, sys_getdents64 54 + .word compat_sys_fcntl64, sys_inotify_rm_watch, compat_sys_statfs, compat_sys_fstatfs, sys_oldumount 55 55 /*160*/ .word compat_sys_sched_setaffinity, compat_sys_sched_getaffinity, sys32_getdomainname, sys32_setdomainname, sys_nis_syscall 56 56 .word sys_quotactl, sys_set_tid_address, compat_sys_mount, sys_ustat, sys32_setxattr 57 57 /*170*/ .word sys32_lsetxattr, sys32_fsetxattr, sys_getxattr, sys_lgetxattr, compat_sys_getdents ··· 116 116 .word sys_socketpair, sys_mkdir, sys_rmdir, sys_utimes, sys_stat64 117 117 /*140*/ .word sys_sendfile64, sys_getpeername, sys_futex, sys_gettid, sys_getrlimit 118 118 .word sys_setrlimit, sys_pivot_root, sys_prctl, sys_pciconfig_read, sys_pciconfig_write 119 - /*150*/ .word sys_getsockname, sys_nis_syscall, sys_nis_syscall, sys_poll, sys_getdents64 120 - .word sys_nis_syscall, sys_ni_syscall, sys_statfs, sys_fstatfs, sys_oldumount 119 + /*150*/ .word sys_getsockname, sys_inotify_init, sys_inotify_add_watch, sys_poll, sys_getdents64 120 + .word sys_nis_syscall, sys_inotify_rm_watch, sys_statfs, sys_fstatfs, sys_oldumount 121 121 /*160*/ .word sys_sched_setaffinity, sys_sched_getaffinity, sys_getdomainname, sys_setdomainname, sys_utrap_install 122 122 .word sys_quotactl, sys_set_tid_address, sys_mount, sys_ustat, sys_setxattr 123 123 /*170*/ .word sys_lsetxattr, sys_fsetxattr, sys_getxattr, sys_lgetxattr, sys_getdents
+3 -3
include/asm-sparc/unistd.h
··· 167 167 #define __NR_pciconfig_read 148 /* ENOSYS under SunOS */ 168 168 #define __NR_pciconfig_write 149 /* ENOSYS under SunOS */ 169 169 #define __NR_getsockname 150 /* Common */ 170 - /* #define __NR_getmsg 151 SunOS Specific */ 171 - /* #define __NR_putmsg 152 SunOS Specific */ 170 + #define __NR_inotify_init 151 /* Linux specific */ 171 + #define __NR_inotify_add_watch 152 /* Linux specific */ 172 172 #define __NR_poll 153 /* Common */ 173 173 #define __NR_getdents64 154 /* Linux specific */ 174 174 #define __NR_fcntl64 155 /* Linux sparc32 Specific */ 175 - /* #define __NR_getdirentires 156 SunOS Specific */ 175 + #define __NR_inotify_rm_watch 156 /* Linux specific */ 176 176 #define __NR_statfs 157 /* Common */ 177 177 #define __NR_fstatfs 158 /* Common */ 178 178 #define __NR_umount 159 /* Common */
+3 -3
include/asm-sparc64/unistd.h
··· 167 167 #define __NR_pciconfig_read 148 /* ENOSYS under SunOS */ 168 168 #define __NR_pciconfig_write 149 /* ENOSYS under SunOS */ 169 169 #define __NR_getsockname 150 /* Common */ 170 - /* #define __NR_getmsg 151 SunOS Specific */ 171 - /* #define __NR_putmsg 152 SunOS Specific */ 170 + #define __NR_inotify_init 151 /* Linux specific */ 171 + #define __NR_inotify_add_watch 152 /* Linux specific */ 172 172 #define __NR_poll 153 /* Common */ 173 173 #define __NR_getdents64 154 /* Linux specific */ 174 174 /* #define __NR_fcntl64 155 Linux sparc32 Specific */ 175 - /* #define __NR_getdirentries 156 SunOS Specific */ 175 + #define __NR_inotify_rm_watch 156 /* Linux specific */ 176 176 #define __NR_statfs 157 /* Common */ 177 177 #define __NR_fstatfs 158 /* Common */ 178 178 #define __NR_umount 159 /* Common */