From: Roland McGrath Date: Tue, 14 Oct 2008 01:40:04 +0000 (-0700) Subject: x86 syscall.h: fix argument order X-Git-Tag: v2.6.28-rc1~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746e7cef1b3de5516e07f16a448f0d2a092e3d36;p=pandora-kernel.git x86 syscall.h: fix argument order Petr Tesarik noticed that I'd bungled the syscall_get_arguments code for 64-bit kernels, so it inverted the order of the syscall argument registers. Petr wrote a patch to fix that, and I've amended it to fix the same braino in the syscall_set_arguments code. Original-by: Petr Tesarik Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed