commit | 024e8ac04453b3525448c31ef39848cf675ba6db | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Jul 25 20:00:10 2008 -0700 |
committer | Roland McGrath <roland@redhat.com> | Fri Jul 25 20:02:41 2008 -0700 |
tree | bc4d59f57ce315bcb16dad5491ab9983ab122d8a | |
parent | 1ff8419871ea757ae0298aa296bcff9b2ca48561 [diff] |
x86_64: fix ia32 AMD syscall audit fast-path The new code in commit 5cbf1565f29eb57a86a305b08836613508e294d7 has a bug in the version supporting the AMD 'syscall' instruction. It clobbers the user's %ecx register value (with the %ebp value). This change fixes it. Signed-off-by: Roland McGrath <roland@redhat.com>