On Tue, Oct 03, 2006 at 09:42:29AM +0100, 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.
> 
> ----
> [PATCH] Provide compat_sys_epoll_pwait(), wire up on PowerPC.
> 
> Also add a comment trying to make sense of the definition of
> struct epoll_event.
> 
> Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
> [...]
> +#ifdef CONFIG_COMPAT
> +extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat);
> +
> +asmlinkage long compat_sys_epoll_pwait(int epfd, struct epoll_event __user 
> *events,
> +                                    int maxevents, int timeout,
> +                                    const compat_sigset_t __user *sigmask,
> +                                    compat_size_t sigsetsize)
> [...]

What about this one? It's not in 2.6.19 nor in -mm. But sys_epoll_pwait is.
And even more strange is that mips uses sys_epoll_pwait for compat syscalls?!
Did I miss something?
-
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

Reply via email to