Module Name: src Committed By: matt Date: Sat Feb 1 20:26:21 UTC 2014
Modified Files: src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S Log Message: Since powerpc passes 8 arguments in registers and the syscall number in r0, shuffle register argument so the kernel won't need to access the stack to retrieve that last argument. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/powerpc/sys/__syscall.S cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/powerpc/sys/syscall.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.