]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 22 Jul 2008 20:05:17 +0000 (20:05 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Aug 2008 18:50:47 +0000 (11:50 -0700)
commit0f52801ee0e775a521c484df98c9bf0e3c7ab2b0
tree6873672ef70585d02a3dce2cc9abff044ced78e4
parentdf8b6217e65519f9cdc8aea5bd5003fc54e58ce6
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled

commit 5f17156fc55abac476d180e480bedb0f07f01b14 upstream

Add missing cond_syscall() entry for compat_sys_epoll_pwait.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sys_ni.c