From: Michael Ellerman Date: Thu, 23 Jul 2015 10:21:05 +0000 (+1000) Subject: powerpc: Rework syscall_get_arguments() so there is only one loop X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7657844296e796bf33922192743ddeacbcd4d7a;p=pandora-kernel.git powerpc: Rework syscall_get_arguments() so there is only one loop Currently syscall_get_arguments() has two loops, one for compat and one for regular tasks. In prepartion for the next patch, which changes which registers we use, switch it to only have one loop, so we only have one place to update. Signed-off-by: Michael Ellerman Reviewed-by: Kees Cook --- Reading git-diff-tree failed