Re: [Linux-ia64] 32 bit syscall unification in 2.5

From: Arun Sharma <arun.sharma_at_intel.com>
Date: 2003-04-22 06:25:53
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 
Received on Mon Apr 21 13:26:30 2003

This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:14 EST