All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arun Sharma <arun.sharma@intel.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] 32 bit syscall unification in 2.5
Date: Mon, 21 Apr 2003 20:25:53 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590723705581@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590723705570@msgid-missing>

Randolph Chung <randolph@tausq.org> writes:
> 
> Arun's looks good. I'm not sure what the bit in kernel/sys.c is about
> though, but I trust he has his reasons for adding it :-)
> 

The code doesn't compile without the change to kernel/sys.c. 
kernel/compat.c makes an unconditional reference to
sys_old_getrlimit(), which doesn't exist on ia64.

Perhaps, I can refine my change to kernel/sys.c a bit:

-#if !defined(__ia64__) && !defined(CONFIG_V850)
+#if (!defined(__ia64__) && !defined(CONFIG_V850)) || defined(CONFIG_COMPAT)

This has the advantage of not having sys_old_getrlimit() for ia64
kernels that don't have ia32 support.

        -Arun 



  parent reply	other threads:[~2003-04-21 20:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-19  0:29 [Linux-ia64] 32 bit syscall unification in 2.5 Arun Sharma
2003-04-19  0:41 ` Randolph Chung
2003-04-19  0:52 ` David Mosberger
2003-04-19  0:55 ` Randolph Chung
2003-04-21 20:25 ` Arun Sharma [this message]
2003-04-21 20:38 ` David Mosberger
2003-04-21 20:53 ` Arun Sharma

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=marc-linux-ia64-105590723705581@msgid-missing \
    --to=arun.sharma@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.