arm: replace empty syscall entry definitions with comments
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 24 Sep 2018 18:32:45 +0000 (20:32 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Nov 2018 01:22:13 +0000 (01:22 +0000)
* linux/arm/syscallent.h ([222]): Remove definition, add a comment
that it was tux syscall.
([223]): Remove definition, add comment that it was unused.
([254]): Remove definition, add comment that it was reserved
for set_thread_area.
([255]): Remove definition, add comment that it was reserved
for get_thread_area.

linux/arm/syscallent.h

index 4577db8ce51bac38dae703a00d4c6c602c3a3523..298e6a49729e5d59dad163d1bdd11bd04ec99fdd 100644 (file)
 [219] = { 3,   TM,             SEN(mincore),                   "mincore"               },
 [220] = { 3,   TM,             SEN(madvise),                   "madvise"               },
 [221] = { 3,   TD,             SEN(fcntl64),                   "fcntl64"               },
-[222 ... 223] = { },
+/* [222] - tux */
+/* [223] - unused */
 [224] = { 0,   PU|NF,          SEN(gettid),                    "gettid"                },
 [225] = { 5,   TD,             SEN(readahead),                 "readahead"             },
 [226] = { 5,   TF,             SEN(setxattr),                  "setxattr"              },
 [251] = { 4,   TD,             SEN(epoll_ctl),                 "epoll_ctl"             },
 [252] = { 4,   TD,             SEN(epoll_wait),                "epoll_wait"            },
 [253] = { 5,   TM|SI,          SEN(remap_file_pages),          "remap_file_pages"      },
-[254 ... 255] = { },
+/* [254] - set_thread_area */
+/* [255] - get_thread_area */
 [256] = { 1,   0,              SEN(set_tid_address),           "set_tid_address"       },
 [257] = { 3,   0,              SEN(timer_create),              "timer_create"          },
 [258] = { 4,   0,              SEN(timer_settime),             "timer_settime"         },