diff options
author | 2009-07-13 16:46:54 +0200 | |
---|---|---|
committer | 2009-07-27 07:39:54 +0200 | |
commit | 7bcb63b21327427b130edeb6e6ad44ee260b3043 (patch) | |
tree | 1e70546246b4c03ff7db40c600b4c5e06f9a6e1f /arch/x86/mm/fault.c | |
parent | microblaze: Clear print messages for DTB passing via r7 (diff) | |
download | linux-dev-7bcb63b21327427b130edeb6e6ad44ee260b3043.tar.xz linux-dev-7bcb63b21327427b130edeb6e6ad44ee260b3043.zip |
microblaze: Fix put_user macro for 64bits arguments
For 64bits arguments gcc caused that put_user macro
works with wrong value because of optimalization.
Adding volatile caused that gcc not optimized it.
It is possible to use (as Blackfin do) two put_user
macros with 32bits arguments but there is one more
instruction which is due to duplication zero return
value which is called put_user_asm macro.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/x86/mm/fault.c')
0 files changed, 0 insertions, 0 deletions