[PATCH] remove bogus ppc_select syscall

Arnd Bergmann arnd at arndb.de
Thu Sep 25 03:03:38 EST 2008


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 <><


More information about the Linuxppc-embedded mailing list