From: Dmitry V. Levin Date: Tue, 8 Dec 2015 18:20:21 +0000 (+0000) Subject: powerpc, powerpc64: update syscall names X-Git-Tag: v4.11~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4bb0ba7e8e6d5d159f68ba09eed79c009266cea;p=strace powerpc, powerpc64: update syscall names * linux/powerpc/syscallent.h [201]: Rename "MOL" to "multiplexer". [225]: Rename "tux" to "tuxcall". [256]: Rename "debug_setcontext" to "sys_debug_setcontext". * linux/powerpc64/syscallent.h: Likewise. --- diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index c88ba8e2..f8f4d1d4 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -227,7 +227,7 @@ [198] = { 5, 0, SEN(printargs), "pciconfig_read" }, [199] = { 5, 0, SEN(printargs), "pciconfig_write" }, [200] = { 3, 0, SEN(printargs), "pciconfig_iobase" }, -[201] = { 6, 0, SEN(printargs), "MOL" }, +[201] = { 6, 0, SEN(printargs), "multiplexer" }, [202] = { 3, TD, SEN(getdents64), "getdents64" }, [203] = { 2, TF, SEN(pivotroot), "pivot_root" }, [204] = { 3, TD, SEN(fcntl64), "fcntl64" }, @@ -251,7 +251,7 @@ [222] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, [223] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, [224] = { }, -[225] = { 5, 0, SEN(printargs), "tux" }, +[225] = { 5, 0, SEN(printargs), "tuxcall" }, [226] = { 4, TD|TN, SEN(sendfile64), "sendfile64" }, [227] = { 2, 0, SEN(io_setup), "io_setup" }, [228] = { 1, 0, SEN(io_destroy), "io_destroy" }, @@ -282,7 +282,7 @@ [253] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, [254] = { 6, TD, SEN(fadvise64_64), "fadvise64_64" }, [255] = { 1, 0, SEN(printargs), "rtas" }, -[256] = { 5, 0, SEN(printargs), "debug_setcontext" }, +[256] = { 5, 0, SEN(printargs), "sys_debug_setcontext" }, [257] = { 5, 0, SEN(vserver), "vserver" }, [258] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, [259] = { 6, TM, SEN(mbind), "mbind" }, diff --git a/linux/powerpc64/syscallent.h b/linux/powerpc64/syscallent.h index 9c0219c9..184175fe 100644 --- a/linux/powerpc64/syscallent.h +++ b/linux/powerpc64/syscallent.h @@ -222,7 +222,7 @@ [198] = { 5, 0, SEN(printargs), "pciconfig_read" }, [199] = { 5, 0, SEN(printargs), "pciconfig_write" }, [200] = { 3, 0, SEN(printargs), "pciconfig_iobase" }, -[201] = { 6, 0, SEN(printargs), "MOL" }, +[201] = { 6, 0, SEN(printargs), "multiplexer" }, [202] = { 3, TD, SEN(getdents64), "getdents64" }, [203] = { 2, TF, SEN(pivotroot), "pivot_root" }, [204] = { }, @@ -246,7 +246,7 @@ [222] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, [223] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, [224] = { }, -[225] = { 5, 0, SEN(printargs), "tux" }, +[225] = { 5, 0, SEN(printargs), "tuxcall" }, [226] = { }, [227] = { 2, 0, SEN(io_setup), "io_setup" }, [228] = { 1, 0, SEN(io_destroy), "io_destroy" }, @@ -277,7 +277,7 @@ [253] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, [254] = { }, [255] = { 1, 0, SEN(printargs), "rtas" }, -[256] = { 5, 0, SEN(printargs), "debug_setcontext" }, +[256] = { 5, 0, SEN(printargs), "sys_debug_setcontext" }, [257] = { 5, 0, SEN(vserver), "vserver" }, [258] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, [259] = { 6, TM, SEN(mbind), "mbind" },