Commit 9298168d authored by Tony Luck's avatar Tony Luck

[IA64] New syscalls for 2.6.39

Four new syscalls:
	sys_name_to_handle_at
	sys_open_by_handle_at
	sys_clock_adjtime
	sys_syncfs
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent eddecbb6
...@@ -315,11 +315,15 @@ ...@@ -315,11 +315,15 @@
#define __NR_fanotify_init 1323 #define __NR_fanotify_init 1323
#define __NR_fanotify_mark 1324 #define __NR_fanotify_mark 1324
#define __NR_prlimit64 1325 #define __NR_prlimit64 1325
#define __NR_name_to_handle_at 1326
#define __NR_open_by_handle_at 1327
#define __NR_clock_adjtime 1328
#define __NR_syncfs 1329
#ifdef __KERNEL__ #ifdef __KERNEL__
#define NR_syscalls 302 /* length of syscall table */ #define NR_syscalls 306 /* length of syscall table */
/* /*
* The following defines stop scripts/checksyscalls.sh from complaining about * The following defines stop scripts/checksyscalls.sh from complaining about
......
...@@ -1771,6 +1771,10 @@ sys_call_table: ...@@ -1771,6 +1771,10 @@ sys_call_table:
data8 sys_fanotify_init data8 sys_fanotify_init
data8 sys_fanotify_mark data8 sys_fanotify_mark
data8 sys_prlimit64 // 1325 data8 sys_prlimit64 // 1325
data8 sys_name_to_handle_at
data8 sys_open_by_handle_at
data8 sys_clock_adjtime
data8 sys_syncfs
.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
#endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */ #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment