* [PATCH] flag parameters: fix compile error of sys_epoll_create1
@ 2008-07-25 7:44 Wang Chen
2008-07-25 10:30 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Wang Chen @ 2008-07-25 7:44 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, Davide Libenzi, Ulrich Drepper, linux-arch,
linux-kernel
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
arch/x86/kernel/built-in.o: In function `sys_call_table':
(.rodata+0x8a4): undefined reference to `sys_epoll_create1'
make: *** [vmlinux] Error 1
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Cc: Ulrich Drepper <drepper@redhat.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-arch@vger.kernel.org>
---
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index bd66ac5..55eca15 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -57,6 +57,7 @@ cond_syscall(compat_sys_set_robust_list);
cond_syscall(sys_get_robust_list);
cond_syscall(compat_sys_get_robust_list);
cond_syscall(sys_epoll_create);
+cond_syscall(sys_epoll_create1);
cond_syscall(sys_epoll_ctl);
cond_syscall(sys_epoll_wait);
cond_syscall(sys_epoll_pwait);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] flag parameters: fix compile error of sys_epoll_create1
2008-07-25 7:44 [PATCH] flag parameters: fix compile error of sys_epoll_create1 Wang Chen
@ 2008-07-25 10:30 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-07-25 10:30 UTC (permalink / raw)
To: Wang Chen
Cc: Linus Torvalds, Andrew Morton, Davide Libenzi, Ulrich Drepper,
linux-arch, linux-kernel
* Wang Chen <wangchen@cn.fujitsu.com> wrote:
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD vmlinux
> arch/x86/kernel/built-in.o: In function `sys_call_table':
> (.rodata+0x8a4): undefined reference to `sys_epoll_create1'
> make: *** [vmlinux] Error 1
just ran into this too - 64-bit allnoconfig triggers it.
Acked-by: Ingo Molnar <mingo@elte.hu>
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-25 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 7:44 [PATCH] flag parameters: fix compile error of sys_epoll_create1 Wang Chen
2008-07-25 10:30 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).