1. 04 10月, 2012 1 次提交
  2. 24 3月, 2012 1 次提交
  3. 23 3月, 2012 1 次提交
  4. 09 3月, 2011 1 次提交
    • M
      microblaze: Fix sparse warning - consistent_alloc function · cd44da15
      Michal Simek 提交于
      Warning in dma.c was caused by incorrect type in consistent_alloc function.
      
      Warning log:
      CHECK   arch/microblaze/kernel/dma.c
      arch/microblaze/kernel/dma.c:53:26: warning: incorrect type in argument 1 (different base types)
      arch/microblaze/kernel/dma.c:53:26:    expected int [signed] gfp
      arch/microblaze/kernel/dma.c:53:26:    got restricted unsigned int [usertype] flag
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      cd44da15
  5. 08 2月, 2011 1 次提交
  6. 16 1月, 2011 1 次提交
    • M
      microblaze: Fix asm/pgtable.h · 658b368d
      Michal Simek 提交于
      Function ptep_test_and_clear_young have had wrong the first argument.
      It is also necessary to add __HAVE macros for ptep_test_and_clear_young and
      ptep_get_and_clear functions.
      
      Error log:
      In file included from linux/arch/microblaze/include/asm/pgtable.h:570,
                       from arch/microblaze/mm/pgtable.c:35:
      include/asm-generic/pgtable.h:23: error: conflicting types for 'ptep_test_and_clear_young'
      linux/arch/microblaze/include/asm/pgtable.h:449: error:
      previous definition of 'ptep_test_and_clear_young' was here
      include/asm-generic/pgtable.h:73: error: redefinition of 'ptep_get_and_clear'
      linux/arch/microblaze/include/asm/pgtable.h:462: error:
      previous definition of 'ptep_get_and_clear' was here
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      658b368d
  7. 27 10月, 2010 1 次提交
  8. 21 10月, 2010 1 次提交
  9. 06 5月, 2010 2 次提交
  10. 11 3月, 2010 4 次提交
  11. 27 7月, 2009 1 次提交
  12. 26 5月, 2009 1 次提交
  13. 21 5月, 2009 1 次提交
  14. 27 3月, 2009 1 次提交