From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [RFC] Introduce __ARCH_WANT_SYS_SYSFS Date: Tue, 22 Apr 2008 17:38:19 +0200 Message-ID: <200804221738.19635.arnd@arndb.de> References: <87a5b0800804220513t75690ceao938a288596b5ad0c@mail.gmail.com> <20080422152122.GF19802@phobos.i.cabal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20080422152122.GF19802-EK4dZfYtfFRW/gs8oUvUg/d9D2ou9A/h@public.gmane.org> Content-Disposition: inline Sender: linux-arch-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: To: Kyle McMartin Cc: Will Newton , Linux Kernel list , linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tuesday 22 April 2008, Kyle McMartin wrote: >=20 > This should (imnsho, at least), > =A0=A0=A0=A0=A0=A0=A0=A01 - Add a cond_syscall for sys_sysfs to sys_n= i.c > =A0=A0=A0=A0=A0=A0=A0=A02 - Use a CONFIG_EMBEDDED dependent option th= at defaults on, > =A0=A0=A0=A0=A0=A0=A0=A0 =A0 =A0possibly depend on BLACKFIN if you re= ally want to. >=20 > Adding this junk to every arch header is, in my opinion, completely > unacceptable just because blackfin wants to be different. It's not that they want to be different, but rather that I (among other= s) requested that they don't implement obsolete syscalls, so they removed = it from their syscall table. Arnd <>< From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.171]:57391 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758096AbYDVPi0 convert rfc822-to-8bit (ORCPT ); Tue, 22 Apr 2008 11:38:26 -0400 From: Arnd Bergmann Subject: Re: [RFC] Introduce __ARCH_WANT_SYS_SYSFS Date: Tue, 22 Apr 2008 17:38:19 +0200 References: <87a5b0800804220513t75690ceao938a288596b5ad0c@mail.gmail.com> <20080422152122.GF19802@phobos.i.cabal.ca> In-Reply-To: <20080422152122.GF19802@phobos.i.cabal.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-ID: <200804221738.19635.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kyle McMartin Cc: Will Newton , Linux Kernel list , linux-arch@vger.kernel.org Message-ID: <20080422153819.wrYEmW28cMjZNmN_FhN3WvWkIFnrpEyMqrO8qJ-qLZ4@z> On Tuesday 22 April 2008, Kyle McMartin wrote: > > This should (imnsho, at least), >         1 - Add a cond_syscall for sys_sysfs to sys_ni.c >         2 - Use a CONFIG_EMBEDDED dependent option that defaults on, >             possibly depend on BLACKFIN if you really want to. > > Adding this junk to every arch header is, in my opinion, completely > unacceptable just because blackfin wants to be different. It's not that they want to be different, but rather that I (among others) requested that they don't implement obsolete syscalls, so they removed it from their syscall table. Arnd <><