Re: [PATCH] [32/45] x86_64: hide cond_syscall behind __KERNEL__

2007-09-22 Thread Christoph Hellwig
On Fri, Sep 21, 2007 at 10:45:14PM +0200, Andi Kleen wrote: > From: Mike Frysinger <[EMAIL PROTECTED]> > > This brings x86_64 into line with all other architectures by only defining > cond_syscall() when __KERNEL__ is defined. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > Signed-off-by:

[PATCH] [32/45] x86_64: hide cond_syscall behind __KERNEL__

2007-09-21 Thread Andi Kleen
From: Mike Frysinger <[EMAIL PROTECTED]> This brings x86_64 into line with all other architectures by only defining cond_syscall() when __KERNEL__ is defined. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Andi Kleen <[EMAIL PROT