From fb39f360f4dc671e1f7843c64fa4624aa945841d Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 25 May 2003 01:12:37 -0700 Subject: [PATCH] CONFIG_EPOLL From: Christopher Hoover Here's a patch to drop some more text/data/bss out of 2.5. This time the ``victim'' is eventpollfs (epoll). --- kernel/sys.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel') diff --git a/kernel/sys.c b/kernel/sys.c index a4d19c51b00e..5c2c439ae6bc 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -228,6 +228,9 @@ cond_syscall(sys_recvmsg) cond_syscall(sys_socketcall) cond_syscall(sys_futex) cond_syscall(compat_sys_futex) +cond_syscall(sys_epoll_create) +cond_syscall(sys_epoll_ctl) +cond_syscall(sys_epoll_wait) static int set_one_prio(struct task_struct *p, int niceval, int error) { -- cgit v1.2.3