From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] remove bogus ppc_select syscall Date: Fri, 10 Oct 2008 10:44:41 +0200 References: <7B7EF7F090B9804A830ACC82F2CDE95D56E206@insardxms01.ap.sony.com> <200809241903.39443.arnd@arndb.de> <18671.1794.694965.307451@cargo.ozlabs.ibm.com> In-Reply-To: <18671.1794.694965.307451@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200810101044.41945.arnd@arndb.de> Cc: "Sadashiiv, Halesh" , Paul Mackerras , linuxppc-embedded@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Friday 10 October 2008, Paul Mackerras wrote: > Arnd Bergmann writes: >=20 > > 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? >=20 > No - we have other old system calls that don't exist at all on a > 64-bit kernel but do on a 32-bit kernel. =A0We decided a long time ago > that there was no point supporting really ancient 32-bit userland code > on a 64-bit kernel. =A0That doesn't mean we need to rip out the support > from the 32-bit kernel. Ok, that makes sense, thanks for the clarification. Arnd <><