public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: "Luck, Tony" <tony.luck@intel.com>
Cc: peterc@gelato.unsw.edu.au, linux-ia64@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] IA64 build broken... cond_syscall()... Fixes?
Date: Tue, 02 Nov 2004 22:18:30 +0000	[thread overview]
Message-ID: <20041102141830.5958d188.akpm@osdl.org> (raw)
In-Reply-To: <B8E391BBE9FE384DAA4C5C003888BE6F02510E27@scsmsx401.amr.corp.intel.com>

"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.
  */
_


  reply	other threads:[~2004-11-02 22:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-02  2:39 [PATCH] IA64 build broken... cond_syscall()... Fixes? Peter Chubb
2004-11-02 22:07 ` Luck, Tony
2004-11-02 22:18   ` Andrew Morton [this message]
     [not found] <200411020239.iA22dsQl026520@mail23.syd.optusnet.com.au>
2004-11-02  3:28 ` Andrew Morton
2004-11-02  4:01   ` Peter Chubb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041102141830.5958d188.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterc@gelato.unsw.edu.au \
    --cc=tony.luck@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox