diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-10-30 04:43:08 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-30 04:43:08 -0400 |
commit | 169ed55bd30305b933f52bfab32a58671d44ab68 (patch) | |
tree | 32e280957474f458901abfce16fa2a1687ef7497 /arch/sh/kernel/syscalls_32.S | |
parent | 3d7851b3cdd43a734e5cc4c643fd886ab28ad4d5 (diff) | |
parent | 45f81b1c96d9793e47ce925d257ea693ce0b193e (diff) |
Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 19fd11dd9871..e872e81add8a 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S | |||
@@ -353,3 +353,25 @@ ENTRY(sys_call_table) | |||
353 | .long sys_pwritev | 353 | .long sys_pwritev |
354 | .long sys_rt_tgsigqueueinfo /* 335 */ | 354 | .long sys_rt_tgsigqueueinfo /* 335 */ |
355 | .long sys_perf_event_open | 355 | .long sys_perf_event_open |
356 | .long sys_fanotify_init | ||
357 | .long sys_fanotify_mark | ||
358 | .long sys_prlimit64 | ||
359 | /* Broken-out socket family */ | ||
360 | .long sys_socket /* 340 */ | ||
361 | .long sys_bind | ||
362 | .long sys_connect | ||
363 | .long sys_listen | ||
364 | .long sys_accept | ||
365 | .long sys_getsockname /* 345 */ | ||
366 | .long sys_getpeername | ||
367 | .long sys_socketpair | ||
368 | .long sys_send | ||
369 | .long sys_sendto | ||
370 | .long sys_recv /* 350 */ | ||
371 | .long sys_recvfrom | ||
372 | .long sys_shutdown | ||
373 | .long sys_setsockopt | ||
374 | .long sys_getsockopt | ||
375 | .long sys_sendmsg /* 355 */ | ||
376 | .long sys_recvmsg | ||
377 | .long sys_recvmmsg | ||