From 2482e7cabaa05f7c2935e202f22928ddca041cdd Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 24 Sep 2018 20:32:45 +0200 Subject: [PATCH] arm: replace empty syscall entry definitions with comments * 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index 4577db8c..298e6a49 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -249,7 +249,8 @@ [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" }, @@ -280,7 +281,8 @@ [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" }, -- 2.40.0