commit | 9262875395cf22b5a90dd8a640e1070cedf55d0e | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Tue Jun 24 11:13:16 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 09 09:14:01 2008 +0200 |
tree | 81b17b8f280817da70b4225409c65aaf1c824db9 | |
parent | 9aa038815b5756e20a00b8e1efd5740434b37aea [diff] |
x86: adapt x86_64 getuser functions. Instead of doing a sub after the addition, use the offset directly at the memory operand of the mov instructions. This is the way i386 do. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>