From: Brian Gerst Date: Wed, 21 Jan 2009 08:26:05 +0000 (+0900) Subject: x86: fix percpu_write with 64-bit constants X-Git-Tag: v2.6.30-rc1~2^2~50^2~64^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299e26992a737804e13e74fdb97cdab470ed19ac;p=pandora-kernel.git x86: fix percpu_write with 64-bit constants Impact: slightly better code generation for percpu_to_op() The processor will sign-extend 32-bit immediate values in 64-bit operations. Use the 'e' constraint ("32-bit signed integer constant, or a symbolic reference known to fit that range") for 64-bit constants. Signed-off-by: Brian Gerst Signed-off-by: Tejun Heo --- Reading git-diff-tree failed