Skip to content

Commit cb6cfae

Browse files
committed
ppc syscall table update
Source file: arch/powerpc/kernel/syscalls/syscall.tbl
1 parent b918228 commit cb6cfae

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

lib/ppc_table.h

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Steve Grubb <sgrubb@redhat.com>
2121
*/
2222

23+
_S(0, "restart_syscall")
2324
_S(1, "exit")
2425
_S(2, "fork")
2526
_S(3, "read")
@@ -198,8 +199,8 @@ _S(175, "rt_sigpending")
198199
_S(176, "rt_sigtimedwait")
199200
_S(177, "rt_sigqueueinfo")
200201
_S(178, "rt_sigsuspend")
201-
_S(179, "pread")
202-
_S(180, "pwrite")
202+
_S(179, "pread64")
203+
_S(180, "pwrite64")
203204
_S(181, "chown")
204205
_S(182, "getcwd")
205206
_S(183, "capget")
@@ -274,6 +275,12 @@ _S(252, "statfs64")
274275
_S(253, "fstatfs64")
275276
_S(254, "fadvise64_64")
276277
_S(255, "rtas")
278+
_S(256, "sys_debug_setcontext")
279+
// 257 reserved for vserver
280+
_S(258, "migrate_pages")
281+
_S(259, "mbind")
282+
_S(260, "get_mempolicy")
283+
_S(261, "set_mempolicy")
277284
_S(262, "mq_open")
278285
_S(263, "mq_unlink")
279286
_S(264, "mq_timedsend")
@@ -318,7 +325,7 @@ _S(302, "getcpu")
318325
_S(303, "epoll_pwait")
319326
_S(304, "utimensat")
320327
_S(305, "signalfd")
321-
_S(306, "timerfd")
328+
_S(306, "timerfd_create")
322329
_S(307, "eventfd")
323330
_S(308, "sync_file_range2")
324331
_S(309, "fallocate")
@@ -331,7 +338,7 @@ _S(315, "epoll_create1")
331338
_S(316, "dup3")
332339
_S(317, "pipe2")
333340
_S(318, "inotify_init1")
334-
_S(319, "perf_counter_open")
341+
_S(319, "perf_event_open")
335342
_S(320, "preadv")
336343
_S(321, "pwritev")
337344
_S(322, "rt_tgsigqueueinfo")
@@ -378,6 +385,7 @@ _S(362, "execveat")
378385
_S(363, "switch_endian")
379386
_S(364, "userfaultfd")
380387
_S(365, "membarrier")
388+
// 366 - 377 originally left for IPC, now unused
381389
_S(378, "mlock2")
382390
_S(379, "copy_file_range")
383391
_S(380, "preadv2")

0 commit comments

Comments
 (0)