From: Randy Dunlap Date: Mon, 16 Oct 2006 16:01:46 +0000 (-0700) Subject: [PATCH] fix epoll_pwait when EPOLL=n X-Git-Tag: v2.6.19-rc3~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39af114377bf80d2a88e47be33d578d1fa9b0775;p=pandora-kernel.git [PATCH] fix epoll_pwait when EPOLL=n Fixes http://bugzilla.kernel.org/show_bug.cgi?id=7371 sys_epoll_pwait needs to be listed as a conditional (weak) entry point for CONFIG_EPOLL=n. Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed