Skip to content

Commit

Permalink
ppc syscall table update
Browse files Browse the repository at this point in the history
Source file: arch/powerpc/kernel/syscalls/syscall.tbl
  • Loading branch information
Cropi committed Jul 22, 2024
1 parent b918228 commit cb6cfae
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lib/ppc_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Steve Grubb <[email protected]>
*/

_S(0, "restart_syscall")
_S(1, "exit")
_S(2, "fork")
_S(3, "read")
Expand Down Expand Up @@ -198,8 +199,8 @@ _S(175, "rt_sigpending")
_S(176, "rt_sigtimedwait")
_S(177, "rt_sigqueueinfo")
_S(178, "rt_sigsuspend")
_S(179, "pread")
_S(180, "pwrite")
_S(179, "pread64")
_S(180, "pwrite64")
_S(181, "chown")
_S(182, "getcwd")
_S(183, "capget")
Expand Down Expand Up @@ -274,6 +275,12 @@ _S(252, "statfs64")
_S(253, "fstatfs64")
_S(254, "fadvise64_64")
_S(255, "rtas")
_S(256, "sys_debug_setcontext")
// 257 reserved for vserver
_S(258, "migrate_pages")
_S(259, "mbind")
_S(260, "get_mempolicy")
_S(261, "set_mempolicy")
_S(262, "mq_open")
_S(263, "mq_unlink")
_S(264, "mq_timedsend")
Expand Down Expand Up @@ -318,7 +325,7 @@ _S(302, "getcpu")
_S(303, "epoll_pwait")
_S(304, "utimensat")
_S(305, "signalfd")
_S(306, "timerfd")
_S(306, "timerfd_create")
_S(307, "eventfd")
_S(308, "sync_file_range2")
_S(309, "fallocate")
Expand All @@ -331,7 +338,7 @@ _S(315, "epoll_create1")
_S(316, "dup3")
_S(317, "pipe2")
_S(318, "inotify_init1")
_S(319, "perf_counter_open")
_S(319, "perf_event_open")
_S(320, "preadv")
_S(321, "pwritev")
_S(322, "rt_tgsigqueueinfo")
Expand Down Expand Up @@ -378,6 +385,7 @@ _S(362, "execveat")
_S(363, "switch_endian")
_S(364, "userfaultfd")
_S(365, "membarrier")
// 366 - 377 originally left for IPC, now unused
_S(378, "mlock2")
_S(379, "copy_file_range")
_S(380, "preadv2")
Expand Down

0 comments on commit cb6cfae

Please sign in to comment.