Re: [PATCH] IA64 build broken... cond_syscall()... Fixes?

From: Andrew Morton
Date: Tue Nov 02 2004 - 17:31:21 EST


"Luck, Tony" <tony.luck@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxx>
> >
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/