mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-30 20:42:59 +00:00
The new code in commit 5cbf1565f2
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>