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 15:15:26 +0200 Message-ID: <200804221515.28075.arnd@arndb.de> References: <87a5b0800804220513t75690ceao938a288596b5ad0c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87a5b0800804220513t75690ceao938a288596b5ad0c@mail.gmail.com> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Will Newton Cc: Linux Kernel list , linux-arch@vger.kernel.org, monstr@seznam.cz, git@xilinx.com, microblaze-uclinux@itee.uq.edu.au List-Id: linux-arch.vger.kernel.org On Tuesday 22 April 2008, Will Newton wrote: > This patch introduces a __ARCH_WANT_SYS_SYSFS #define for > architectures that support the sysfs(2) system call. At the moment > that's everybody but blackfin, but future architectures may want to > save the (admittedly small) code size that it adds to the kernel as > well. Yes, good thing to have. Since we'll be getting a new architecture (microblaze) soon, I think we should extend this mechanism (even though it's ugly) to all syscalls that we don't want to have in new architectures and make sure that microblaze doesn't have to set any of them. Arnd <><