K 10 svn:author V 6 andrew K 8 svn:date V 27 2013-01-19T04:03:18.941700Z K 7 svn:log V 242 Update the syscall calling convention for ARM EABI. We store the syscall in r7 and use ip to store the old version of r7 as it is not guaranteed to be kept when calling a subroutine. The kernel will preserve the register across system calls. END