commit | 746e7cef1b3de5516e07f16a448f0d2a092e3d36 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Mon Oct 13 18:40:04 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Oct 22 16:56:24 2008 +0200 |
tree | bc995074f9c359351bbf0b1707727a0b76f2f0f4 | |
parent | aef8f5b8c2da706cb3efe701e2a35e11221ea5bd [diff] |
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 <ptesarik@suse.cz> Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>