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. -ArunReceived on Mon Apr 21 13:26:30 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:14 EST