diff options
author | Tony Luck | 2007-05-10 18:44:42 +0200 |
---|---|---|
committer | Tony Luck | 2007-05-10 18:44:42 +0200 |
commit | 472118e63de7938c89f0f4fd3e0a80986e4c600f (patch) | |
tree | a86e0289753036a87fc37fbafe2a65c7dcc00cc3 /arch/ia64/kernel/entry.S | |
parent | [IA64] Fix warnings resulting from type-checking in dev_dbg() (diff) | |
download | kernel-qcow2-linux-472118e63de7938c89f0f4fd3e0a80986e4c600f.tar.gz kernel-qcow2-linux-472118e63de7938c89f0f4fd3e0a80986e4c600f.tar.xz kernel-qcow2-linux-472118e63de7938c89f0f4fd3e0a80986e4c600f.zip |
[IA64] Wire up epoll_pwait and utimensat
Another day, another pair of new system calls.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r-- | arch/ia64/kernel/entry.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index b50bf208678e..144b056282af 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S @@ -1583,5 +1583,7 @@ sys_call_table: data8 sys_vmsplice data8 sys_ni_syscall // reserved for move_pages data8 sys_getcpu + data8 sys_epoll_pwait // 1305 + data8 sys_utimensat .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls |