1. 27 Jun, 2007 1 commit
    • Russell King's avatar
      [ARM] gic: Fix gic cascade irq handling · 66fce93c
      Russell King authored
      No need for the cascade irq function to have a "fastcall" annotation.
      Fix the range checking for valid IRQ numbers - comparing the value
      returned by the GIC with NR_IRQS is meaningless since we translate
      the GIC irq number to a Linux IRQ number afterwards.
      
      Check the GIC returned IRQ number is within limits first, then add
      the IRQ offset, and only then compare with NR_IRQS.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      66fce93c
  2. 22 Jun, 2007 4 commits
  3. 26 Apr, 2007 1 commit
  4. 25 Apr, 2007 7 commits
  5. 24 Apr, 2007 27 commits