1. 27 3月, 2009 1 次提交
  2. 22 1月, 2009 1 次提交
  3. 09 1月, 2009 1 次提交
  4. 07 1月, 2009 1 次提交
    • S
      sparc64: Use unsigned long long for u64. · 90181136
      Sam Ravnborg 提交于
      Andrew Morton wrote:
      
          People keep on doing
      
                  printk("%llu", some_u64);
      
          testing it only on x86_64 and this generates a warning storm on
          powerpc, sparc64, etc.  Because they use `long', not `long long'.
      
          Quite a few 64-bit architectures are using `long' for their
          s64/u64 types.  We should convert them all to `long long'.
      
      Update types.h so we use unsigned long long for u64 and
      fix all warnings in sparc64 code.
      Tested with an allnoconfig, defconfig and allmodconfig builds.
      
      This patch introduces additional warnings in several drivers.
      These will be dealt with in separate patches.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      90181136
  5. 05 12月, 2008 1 次提交
    • S
      sparc,sparc64: unify kernel/ · a88b5ba8
      Sam Ravnborg 提交于
      o Move all files from sparc64/kernel/ to sparc/kernel
        - rename as appropriate
      o Update sparc/Makefile to the changes
      o Update sparc/kernel/Makefile to include the sparc64 files
      
      NOTE: This commit changes link order on sparc64!
      
      Link order had to change for either of sparc32 and sparc64.
      And assuming sparc64 see more testing than sparc32 change link
      order on sparc64 where issues will be caught faster.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a88b5ba8
  6. 31 10月, 2008 1 次提交
  7. 30 10月, 2008 1 次提交
  8. 12 9月, 2008 1 次提交
  9. 11 9月, 2008 1 次提交
  10. 09 9月, 2008 1 次提交
  11. 08 9月, 2008 1 次提交
  12. 31 8月, 2008 1 次提交
  13. 30 8月, 2008 6 次提交
  14. 08 8月, 2008 1 次提交
  15. 24 7月, 2008 1 次提交
  16. 03 7月, 2008 1 次提交
  17. 26 3月, 2008 1 次提交
  18. 07 2月, 2008 1 次提交
    • A
      read_current_timer() cleanups · 941e492b
      Andrew Morton 提交于
      - All implementations can be __devinit
      
      - The function prototypes were in asm/timex.h but they all must be the same,
        so create a single declaration in linux/timex.h.
      
      - uninline the sparc64 version to match the other architectures
      
      - Don't bother #defining ARCH_HAS_READ_CURRENT_TIMER to a particular value.
      
      [ezk@cs.sunysb.edu: fix build]
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Andi Kleen <ak@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      941e492b
  19. 07 11月, 2007 1 次提交
  20. 01 11月, 2007 1 次提交
  21. 14 10月, 2007 1 次提交
  22. 30 7月, 2007 1 次提交
  23. 22 7月, 2007 2 次提交
  24. 21 7月, 2007 1 次提交
  25. 20 7月, 2007 1 次提交
  26. 16 7月, 2007 1 次提交
  27. 29 5月, 2007 3 次提交
  28. 18 5月, 2007 1 次提交
  29. 12 5月, 2007 1 次提交
  30. 26 4月, 2007 3 次提交