CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/07 13:01:26
Modified files:
sys/arch/hppa/hppa: trap.c
Log message:
Do the 64-bit argument swap dance, for the syscalls which require it,
unconditionaly instead of only doing it if invoked indirectly through syscall
or __syscall.
While there, tweak stack argument fetching to only perform one large copyin()
call, rather than a loop of small ones.
ok kettenis@
