From: Vitaly Mayatskikh Date: Wed, 30 Jul 2008 11:30:14 +0000 (+0200) Subject: x86: wrong register was used in align macro X-Git-Tag: v2.6.27-rc2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd962a9e8708c571c5c0c4a6d098f931742c229;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed