Searched hist:afd962a9 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/lib/ |
H A D | copy_user_64.S | afd962a9 Wed Jul 30 06:30:14 CDT 2008 Vitaly Mayatskikh <v.mayatskih@gmail.com> x86: wrong register was used in align macro
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> afd962a9 Wed Jul 30 06:30:14 CDT 2008 Vitaly Mayatskikh <v.mayatskih@gmail.com> x86: wrong register was used in align macro 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>
|