[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1216556263.2707.2.camel@jaswinder.satnam>
Date: Sun, 20 Jul 2008 17:47:43 +0530
From: Jaswinder Singh <jaswinder@...radead.org>
To: Ralf Baechle <ralf@...ux-mips.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
David Woodhouse <dwmw2@...radead.org>, rth@...ddle.net,
rmk@....linux.org.uk, hskinnemoen@...el.com, cooloney@...nel.org,
starvik@...s.com, dhowells@...hat.com, ysato@...rs.sourceforge.jp,
tony.luck@...el.com, takata@...ux-m32r.org, geert@...ux-m68k.org,
matthew@....cx, schwidefsky@...ibm.com, lethal@...ux-sh.org,
chris@...kel.net
Subject: Re: [PATCH] Introducing asm/syscalls.h
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 <jaswinder@...radead.org>
> > Date: Sun, 20 Jul 2008 14:39:00 +0530
> > To: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
> > David Woodhouse <dwmw2@...radead.org>, rth@...ddle.net,
> > rmk@....linux.org.uk, hskinnemoen@...el.com, cooloney@...nel.org,
> > starvik@...s.com, dhowells@...hat.com, ysato@...rs.sourceforge.jp,
> > tony.luck@...el.com, takata@...ux-m32r.org, geert@...ux-m68k.org,
> > ralf@...ux-mips.org, dhowells@...hat.com, matthew@....cx,
> > schwidefsky@...ibm.com, lethal@...ux-sh.org, chris@...kel.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 <jaswinder@...radead.org>
>
> You write beneficial for userspace - but don't add <asm/syscall.h> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists