Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757485AbYGTMTQ (ORCPT ); Sun, 20 Jul 2008 08:19:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755427AbYGTMTD (ORCPT ); Sun, 20 Jul 2008 08:19:03 -0400 Received: from casper.infradead.org ([85.118.1.10]:59827 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752626AbYGTMTB (ORCPT ); Sun, 20 Jul 2008 08:19:01 -0400 Subject: Re: [PATCH] Introducing asm/syscalls.h From: Jaswinder Singh To: Ralf Baechle Cc: LKML , Ingo Molnar , David Woodhouse , rth@twiddle.net, rmk@arm.linux.org.uk, hskinnemoen@atmel.com, cooloney@kernel.org, starvik@axis.com, dhowells@redhat.com, ysato@users.sourceforge.jp, tony.luck@intel.com, takata@linux-m32r.org, geert@linux-m68k.org, matthew@wil.cx, schwidefsky@de.ibm.com, lethal@linux-sh.org, chris@zankel.net In-Reply-To: <20080720100039.GA12514@linux-mips.org> References: <1216544940.12650.13.camel@jaswinder.satnam> <20080720100039.GA12514@linux-mips.org> Content-Type: text/plain Date: Sun, 20 Jul 2008 17:47:43 +0530 Message-Id: <1216556263.2707.2.camel@jaswinder.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 48 Hello Ralf, On Sun, 2008-07-20 at 11:00 +0100, Ralf Baechle wrote: > On Sun, Jul 20, 2008 at 02:39:00PM +0530, Jaswinder Singh wrote: > > From: Jaswinder Singh > > Date: Sun, 20 Jul 2008 14:39:00 +0530 > > To: LKML , Ingo Molnar , > > David Woodhouse , rth@twiddle.net, > > rmk@arm.linux.org.uk, hskinnemoen@atmel.com, cooloney@kernel.org, > > starvik@axis.com, dhowells@redhat.com, ysato@users.sourceforge.jp, > > tony.luck@intel.com, takata@linux-m32r.org, geert@linux-m68k.org, > > ralf@linux-mips.org, dhowells@redhat.com, matthew@wil.cx, > > schwidefsky@de.ibm.com, lethal@linux-sh.org, chris@zankel.net > > Subject: [PATCH] Introducing asm/syscalls.h > > Content-Type: text/plain > > > > > > Declaring arch-dependent syscalls for all architectures > > Beneficial for kernel and userspace > > > > Signed-off-by: Jaswinder Singh > > You write beneficial for userspace - but don't add to > include/asm-generic/Kbuild.asm. diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm index 7cd25b8..af24926 100644 --- a/include/asm-generic/Kbuild.asm +++ b/include/asm-generic/Kbuild.asm @@ -27,6 +27,7 @@ unifdef-y += socket.h unifdef-y += sockios.h unifdef-y += stat.h unifdef-y += statfs.h +unifdef-y += syscalls.h unifdef-y += termbits.h unifdef-y += termios.h unifdef-y += types.h Thank you, Jaswinder Singh. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/