lkml.org 
[lkml]   [2004]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] IA64 build broken... cond_syscall()... Fixes?
"Luck, Tony" <tony.luck@intel.com> wrote:
>
>
> >Andrew> Shouldn't we just bite the bullet and hoist all that
> >Andrew> cond_syscall stuff out into its own .c file?
> >
> >OK. Patch appended.
> >
> >Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
> >
>
> Acked-by: Tony Luck
>
> No surprise that Peter's fix works for me since I'm building
> ia64 systems too.

yup. It needed a fixlet for other platforms. I'll scoot it along to Linus
today.

--- 25/kernel/sys_ni.c~sys_ni-fix 2004-11-01 23:17:15.324673272 -0800
+++ 25-akpm/kernel/sys_ni.c 2004-11-01 23:17:36.497454520 -0800
@@ -1,6 +1,9 @@
-#include <asm/unistd.h>
+
+#include <linux/linkage.h>
#include <linux/errno.h>

+#include <asm/unistd.h>
+
/*
* Non-implemented system calls get redirected here.
*/
_
-
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/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.080 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site