K 10 svn:author V 3 kib K 8 svn:date V 27 2010-05-24T17:24:14.135603Z K 7 svn:log V 338 Change ia64' struct syscall_args definition so that args is a pointer to the arguments array instead of array itself. ia64 syscall arguments are readily available in the frame, point args to it, do not do unnecessary bcopy. Still reserve the array in syscall_args for ia32 emulation. Suggested and reviewed by: marcel MFC after: 1 month END