1. 26 9月, 2008 1 次提交
  2. 25 9月, 2008 4 次提交
  3. 18 9月, 2008 1 次提交
  4. 09 9月, 2008 1 次提交
  5. 06 9月, 2008 8 次提交
  6. 05 9月, 2008 1 次提交
    • R
      [ARM] sparse: fix several warnings · 09d9bae0
      Russell King 提交于
      arch/arm/kernel/process.c:270:6: warning: symbol 'show_fpregs' was not declared. Should it be static?
      
      This function isn't used, so can be removed.
      
      arch/arm/kernel/setup.c:532:9: warning: symbol 'len' shadows an earlier one
      arch/arm/kernel/setup.c:524:6: originally declared here
      
      A function containing two 'len's.
      
      arch/arm/mm/fault-armv.c:188:13: warning: symbol 'check_writebuffer_bugs' was not declared. Should it be static?
      arch/arm/mm/mmap.c:122:5: warning: symbol 'valid_phys_addr_range' was not declared. Should it be static?
      arch/arm/mm/mmap.c:137:5: warning: symbol 'valid_mmap_phys_addr_range' was not declared. Should it be static?
      
      Missing includes.
      
      arch/arm/kernel/traps.c:71:77: warning: Using plain integer as NULL pointer
      arch/arm/mm/ioremap.c:355:46: error: incompatible types in comparison expression (different address spaces)
      
      Sillies.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      09d9bae0
  7. 01 9月, 2008 13 次提交
  8. 24 8月, 2008 1 次提交
  9. 21 8月, 2008 1 次提交
  10. 19 8月, 2008 1 次提交
  11. 18 8月, 2008 1 次提交
  12. 17 8月, 2008 1 次提交
  13. 16 8月, 2008 3 次提交
  14. 15 8月, 2008 1 次提交
  15. 14 8月, 2008 1 次提交
  16. 13 8月, 2008 1 次提交