1. 01 Mar, 2007 2 commits
    • Dirk Behme's avatar
      ARM: OMAP: Fix warning in clock.c · f213b2fd
      Dirk Behme authored
      Fix warning:
      
      arch/arm/mach-omap1/clock.c: In function
      'omap1_clk_enable_generic':
      arch/arm/mach-omap1/clock.c:499: warning: 'return' with no
      value, in function returning non-void
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      f213b2fd
    • Andrzej Zaborowski's avatar
      ARM: OMAP: correct misc 15xx and non-15xx platform code · 101c55fc
      Andrzej Zaborowski authored
      Disable accesses to SOFT_REQ_REG2 and ULPD_SOFT_DISABLE_REQ_REG
      registers for 15xx processors that don't have these registers. Enable
      level 2 interrupt handler for processors that identify as OMAP 15xx
      (e.g 310) and not 1510 specifically. Also fix the following compiler
      warning (only visible with CONFIG_OMAP_RESET_CLOCKS):
      
      arch/arm/mach-omap1/clock.c: In function 'omap1_clk_disable_unused':
      arch/arm/mach-omap1/clock.c:634: warning: 'return' with a value, in
      function returning void
      Signed-off-by: default avatarAndrzej Zaborowski <balrog@zabor.org>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      101c55fc
  2. 28 Feb, 2007 2 commits
    • Eric W. Biederman's avatar
      [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation · 2ff7354f
      Eric W. Biederman authored
      When removing set_native_irq I missed the fact that it was
      called in a couple of places that were compiled even when
      SMP support is disabled.  And since the irq_desc[].affinity
      field only exists in SMP things broke.
      
      Thanks to Simon Arlott <simon@arlott.org> for spotting this.
      
      There are a couple of ways to fix this but the simplest one
      is to just remove the assignments.  The affinity field is only
      used to display a value to the user, and nothing on either i386
      or x86_64 reads it or depends on it being any particlua value,
      so skipping the assignment is safe.  The assignment that
      is being removed is just for the initial affinity value before
      the user explicitly sets it.  The irq_desc array initializes
      this field to CPU_MASK_ALL so the field is initialized to
      a reasonable value in the SMP case without being set.
      Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      2ff7354f
    • Linus Torvalds's avatar
      Linux 2.6.21-rc2 · 606135a3
      Linus Torvalds authored
      Too many changes for comfort since -rc1.  Some missed merges, and some
      just annoyingly big fixes since.  This is not how an -rc2 should look.
      Need to really calm things down!
      606135a3
  3. 27 Feb, 2007 36 commits