On Wed, Feb 21, 2007 at 12:01:45PM +1100, Stephen Rothwell wrote: > > Reminder for Andrew ... > > We talked about having an asm/compat.h define the proper > > compat_epoll_event structure, and having a define in there that triggers > > the proper code inside kernel/compat.c. It looks like the better way to > > go, as Stephen suggested. > > If that's accepted by everyone, I can go ahead and make a patch. Lemme > > know ... > > Like below? I did the above and moved the code to fs/compat.c (from > kernel/compat.c). Also MIPS already has a compat_sys_epoll_pwait, so I > had to add an #ifndef CONFIG_MIPS.
I suggest to remove the MIPS implementation from arch/mips/kernel/linux32.c instead. Aside of a microoptimization it's identical to the one you've posted. Ralf - 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
