1. 28 10月, 2008 1 次提交
  2. 20 7月, 2008 1 次提交
    • D
      [MIPS] Fix missing prototypes in asm/fpu.h · f028b860
      Dmitri Vorobiev 提交于
      While building the Malta defconfig, sparse spat the following
      warnings:
      
      >>>>>>>>>>>>>>>>>>
      arch/mips/math-emu/kernel_linkage.c:31:6: warning: symbol
      'fpu_emulator_init_fpu' was not declared. Should it be static?
      
      arch/mips/math-emu/kernel_linkage.c:54:5: warning: symbol
      'fpu_emulator_save_context' was not declared. Should it be
      static?
      
      arch/mips/math-emu/kernel_linkage.c:68:5: warning: symbol
      'fpu_emulator_restore_context' was not declared. Should it be
      static?
      >>>>>>>>>>>>>>>>>>
      
      This patch fixes these errors by adding the proper prototypes
      to the include/asm-mips/fpu.h header, and actually using this
      header in the sparse-spotted source file.
      
      Build-tested with Malta defconfig.
      Signed-off-by: NDmitri Vorobiev <dmitri.vorobiev@movial.fi>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      f028b860
  3. 29 4月, 2008 1 次提交
  4. 27 11月, 2007 1 次提交
  5. 12 10月, 2007 2 次提交
  6. 01 8月, 2007 1 次提交
  7. 14 7月, 2007 2 次提交
  8. 11 7月, 2007 1 次提交
  9. 09 5月, 2007 1 次提交
  10. 17 3月, 2007 1 次提交
  11. 10 10月, 2006 1 次提交
  12. 01 7月, 2006 1 次提交
  13. 20 6月, 2006 1 次提交
  14. 06 6月, 2006 1 次提交
    • A
      [MIPS] Fix compiler warnings (field width, unused variable) · ecf52d3c
      Atsushi Nemoto 提交于
          
      Fix following warnings:
      linux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 2)
      linux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 4)
      linux/arch/mips/kernel/syscall.c:279: warning: unused variable `len'
      linux/arch/mips/kernel/syscall.c:280: warning: unused variable `name'
      linux/arch/mips/math-emu/dp_fint.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/dp_flong.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/sp_fint.c:32: warning: unused variable `xc'
      linux/arch/mips/math-emu/sp_flong.c:32: warning: unused variable `xc'
          
      (original patch by Atsushi, slight changes to the setup.c part by me.)
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      ecf52d3c
  15. 07 2月, 2006 1 次提交
  16. 10 1月, 2006 1 次提交
  17. 30 10月, 2005 12 次提交
  18. 05 9月, 2005 2 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4