1. 01 4月, 2010 10 次提交
  2. 14 12月, 2009 1 次提交
  3. 27 7月, 2009 1 次提交
    • M
      microblaze: Fix put_user macro for 64bits arguments · 7bcb63b2
      Michal Simek 提交于
      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: NMichal Simek <monstr@monstr.eu>
      7bcb63b2
  4. 26 5月, 2009 1 次提交
  5. 21 5月, 2009 1 次提交
  6. 27 3月, 2009 1 次提交