git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff8419
)
x86_64: fix ia32 AMD syscall audit fast-path
author
Roland McGrath
<roland@redhat.com>
Sat, 26 Jul 2008 03:00:10 +0000
(20:00 -0700)
committer
Roland McGrath
<roland@redhat.com>
Sat, 26 Jul 2008 03:02:41 +0000
(20:02 -0700)
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>
No differences found