diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-21 09:26:05 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-21 09:26:05 +0100 |
commit | 299e26992a737804e13e74fdb97cdab470ed19ac (patch) | |
tree | 65796f4ef75b1915509225bf9a1c2f3cde48ba0a /arch/blackfin | |
parent | x86: clean up gdt_page definition (diff) | |
download | linux-299e26992a737804e13e74fdb97cdab470ed19ac.tar.xz linux-299e26992a737804e13e74fdb97cdab470ed19ac.zip |
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 <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/blackfin')
0 files changed, 0 insertions, 0 deletions