1. 18 2月, 2011 1 次提交
  2. 17 2月, 2011 1 次提交
  3. 18 1月, 2011 1 次提交
  4. 04 1月, 2011 1 次提交
  5. 30 12月, 2010 3 次提交
  6. 19 11月, 2010 2 次提交
  7. 25 10月, 2010 3 次提交
  8. 23 10月, 2010 2 次提交
  9. 21 10月, 2010 1 次提交
  10. 20 10月, 2010 2 次提交
  11. 18 10月, 2010 1 次提交
  12. 08 10月, 2010 1 次提交
    • S
      ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONE · 4341f9b3
      SeungChull Suh 提交于
      This patch adds header <linux/sched.h> into the below files for build with
      CONFIG_PREEMPT_NONE.
      
      arch/arm/mach-s5p6440/cpu.c
      arch/arm/mach-s5p6442/cpu.c
      arch/arm/mach-s5pc100/cpu.c
      arch/arm/mach-s5pv210/cpu.c
      
      Following is error message of in case of s5pv210_defconfig with CONFIG_PREEMPT_NONE.
      
      arch/arm/mach-s5pv210/cpu.c:91: error: implicit declaration of function 'need_resched'
      Signed-off-by: NSeungChull Suh <sc.suh@samsung.com>
      [kgene.kim@samsung.com: removed mach-s5p64x0/cpu.c]
      [kgene.kim@samsung.com: added fix mach-s5p6440/cpu.c]
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      4341f9b3
  13. 27 8月, 2010 1 次提交
  14. 06 8月, 2010 2 次提交
  15. 05 8月, 2010 5 次提交
  16. 05 7月, 2010 1 次提交
  17. 26 5月, 2010 1 次提交
  18. 20 5月, 2010 1 次提交
  19. 19 5月, 2010 1 次提交
  20. 18 5月, 2010 3 次提交
  21. 12 5月, 2010 1 次提交
  22. 11 5月, 2010 1 次提交
  23. 16 3月, 2010 1 次提交
    • B
      ARM: SAMSUNG: Fixup commit 4e6d488a · 0e17226f
      Ben Dooks 提交于
      Commit 4e6d488a either missed out the
      following machine files or somehow managed to clash between merges.
      
      Fixup the three files missing the second parameter to addruart macro
      to allow them to build.
      
      Fixes the following warnings in arch/arm/kernel/debug.c:
      arch/arm/kernel/debug.S: Assembler messages:
      arch/arm/kernel/debug.S:167: Error: too many positional arguments
      arch/arm/kernel/debug.S:183: Error: too many positional arguments
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      0e17226f
  24. 24 2月, 2010 3 次提交