On Wednesday 24 September 2008, Paul Mackerras wrote: > > diff --git a/arch/powerpc/include/asm/systbl.h > > b/arch/powerpc/include/asm/systbl.h > > index f6cc7a4..5a69b32 100644 > > --- a/arch/powerpc/include/asm/systbl.h > > +++ b/arch/powerpc/include/asm/systbl.h > > @@ -85,7 +85,7 @@ COMPAT_SYS_SPU(gettimeofday) > > COMPAT_SYS_SPU(settimeofday) > > COMPAT_SYS_SPU(getgroups) > > COMPAT_SYS_SPU(setgroups) > > -SYSX(sys_ni_syscall,sys_ni_syscall,ppc_select) > > +SYSCALL(sys_ni_syscall) > > I don't see any reason to remove the old select syscall on 32-bit > kernels.
Well, the point I made earlier ist that the native ppc32 path should behave the same way as the compat ppc32 path. If we keep ppc_select in one way or another, we should also have a compat wrapper for that, right? Arnd <>< _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev