Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86_64: fix ia32 AMD syscall audit fast-path
The new code in commit 5cbf156 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>
- Loading branch information