From 59281fc8a1f8c996be862f98d6c3812012f2c3db Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 8 Dec 2015 02:49:39 +0000 Subject: [PATCH] bfin, i386: remove sysentry for nonexistent security syscall * linux/bfin/syscallent.h (223): Remove. * linux/i386/syscallent.h: Likewise. --- linux/bfin/syscallent.h | 3 +-- linux/i386/syscallent.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 071626e7..51a57142 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -248,8 +248,7 @@ [219] = { 3, TM, SEN(madvise), "madvise" }, [220] = { 3, TD, SEN(getdents64), "getdents64" }, [221] = { 3, TD, SEN(fcntl64), "fcntl64" }, -[222] = { }, -[223] = { 5, 0, SEN(security), "security" }, +[222 ... 223] = { }, [224] = { 0, 0, SEN(gettid), "gettid" }, [225] = { 4, TD, SEN(readahead), "readahead" }, [226] = { 5, TF, SEN(setxattr), "setxattr" }, diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 044ca324..3f2588e4 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -248,8 +248,7 @@ [219] = { 3, TM, SEN(madvise), "madvise" }, [220] = { 3, TD, SEN(getdents64), "getdents64" }, [221] = { 3, TD, SEN(fcntl64), "fcntl64" }, -[222] = { }, -[223] = { 5, 0, SEN(security), "security" }, +[222 ... 223] = { }, [224] = { 0, 0, SEN(gettid), "gettid" }, [225] = { 4, TD, SEN(readahead), "readahead" }, [226] = { 5, TF, SEN(setxattr), "setxattr" }, -- 2.40.0