1. 23 Jul, 2004 2 commits
  2. 13 Jul, 2004 2 commits
  3. 11 Jul, 2004 1 commit
    • Dave Jones's avatar
      [CPUFREQ] reorder cpufreq.c for inlining · ee724e62
      Dave Jones authored
      Trying to compile drivers/cpufreq/cpufreq.c with gcc 3.4 and
        # define inline         __inline__ __attribute__((always_inline))
      results in the following compile error:
        CC      drivers/cpufreq/cpufreq.o
      drivers/cpufreq/cpufreq.c: In function `cpufreq_resume':
      drivers/cpufreq/cpufreq.c:39: sorry, unimplemented: inlining failed in
      call to 'adjust_jiffies': function body not available
      drivers/cpufreq/cpufreq.c:628: sorry, unimplemented: called from here
      make[2]: *** [drivers/cpufreq/cpufreq.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      ee724e62
  4. 08 Jul, 2004 2 commits
  5. 06 Jul, 2004 32 commits
  6. 05 Jul, 2004 1 commit
    • John Lenz's avatar
      [ARM PATCH] 1938/1: Support for Collie device · 26bcc8f7
      John Lenz authored
      Patch from John Lenz
      
      Cleanup and forward port of patch 1850.
      Add machine support for the Sharp Zaurus SL5500 PDA.
      Does not include support for the collie serial port or
      the sa1100fb_lcd_power function.
      26bcc8f7