On Thu, 12 Oct 2006, David Woodhouse wrote: > On Tue, 2006-10-03 at 08:57 +0100, David Woodhouse wrote: > > On Tue, 2006-10-03 at 00:27 -0700, Andrew Morton wrote: > > > > > > I'm about to send this Linuswards. Architectures which implement > > > TIF_RESTORE_SIGMASK can wire it up. > > > > It needs compat_sys_epoll_wait() for the signal stuff though. > > Something like the patch below ought to suffice, although it's not > tested further than just building it.
I was thinking about adding epoll compat functions to compat.c, but at the end the only user would have been IA64. Also, epoll_pwait has two structures that needs to be filtered, sigset_t (for every 64 bits archs) and epoll_event (only for IA64 ATM). And this would require two compat_epoll_pwait. At the end, I'm ok with David's patch. Acked-by: Davide Libenzi <[email protected]> - Davide - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
