Re: [PATCH] remove bogus ppc_select syscall
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-10-10 23:17:52
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-10-10 23:17:52
On Fri, 2008-10-10 at 18:43 +1100, Paul Mackerras wrote:
quoted
It's me or the patch is whitespaces damaged ?Please don't apply Arnd's patch. As I said, all we need is this one-line change in arch/powerpc/include/asm/systbl.h: -SYSX_SPU(sys_select,ppc32_select,ppc_select) +SYSX_SPU(sys_select,ppc32_select,sys_select)
Ok, so you want to keep compat with the old stuff. Note that we still have this weird thing that on 64-bit kernels, we don't provide this. Ben.