Skip to content
Commit ebe119cd authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
Cc: Uros Bizjak <ubizjak@gmail.com>
Cc: stable@kernel.org
parent 155b7352
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment