x86 syscall.h: fix argument order
authorRoland McGrath <roland@redhat.com>
Tue, 14 Oct 2008 01:40:04 +0000 (18:40 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 14:56:24 +0000 (16:56 +0200)
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 <ptesarik@suse.cz>
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found