On 4/3/2004 4:22 PM, Arnd Bergmann wrote: > The code for sys32_execve/do_execve32 in most of the seven versions > was copied from fs/exec.c but not kept up-to-date. The new > compat_do_execve() function is based on the mips code and has been > resync'ed with do_execve(). > > IA64 has some special fixup code in sys32_execve, so I'm not touching > that. > Attached is a patch that takes care of ia64. -Arun