From: Roland McGrath Date: Sat, 26 Jul 2008 03:00:10 +0000 (-0700) Subject: x86_64: fix ia32 AMD syscall audit fast-path X-Git-Tag: v2.6.27-rc1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024e8ac04453b3525448c31ef39848cf675ba6db;p=pandora-kernel.git 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 --- Reading git-diff-tree failed