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:
bd3e64c
)
x86: wrong register was used in align macro
author
Vitaly Mayatskikh
<v.mayatskih@gmail.com>
Wed, 30 Jul 2008 11:30:14 +0000
(13:30 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 30 Jul 2008 17:10:39 +0000
(10:10 -0700)
New ALIGN_DESTINATION macro has sad typo: r8d register was used instead
of ecx in fixup section. This can be considered as a regression.
Register ecx was also wrongly loaded with value in r8d in
copy_user_nocache routine.
Signed-off-by: Vitaly Mayatskikh <v.mayatskih@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found