From: H. Peter Anvin Date: Tue, 21 Jul 2009 06:27:39 +0000 (-0700) Subject: x86: Fix movq immediate operand constraints in uaccess.h X-Git-Tag: v2.6.31-rc5~87^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe119cd0929df4878f758ebf880cb435e4dcaaf;p=pandora-kernel.git x86: Fix movq immediate operand constraints in uaccess.h The movq instruction, generated by __put_user_asm() when used for 64-bit data, takes a sign-extended immediate ("e") not a zero-extended immediate ("Z"). Signed-off-by: H. Peter Anvin Cc: Uros Bizjak Cc: stable@kernel.org --- Reading git-diff-tree failed